numeric.int.divider.unsigned.iterative ≡
template <typename NumeratorType, typename DenominatorType> inline NumeratorType[2] divide(NumeratorType numerator, DenominatorType denominator) ยง
Fully iterative divider for unsigned integers. This type of divider will consume the lowest area, but has the highest latency. Latency increases linearly with the number of bits in the Numerator.