Content deleted Content added
→Restoring division: A readable version of the restoring division algorithm |
|||
Line 8:
==Slow division methods==
Slow division methods are all based on a standard recurrence equation:
:''P<
where:
* ''P<
* ''R'' = the [[radix]]
* ''q<
* ''n'' = number of digits in the quotient
* ''D'' = the denominator
Line 18:
===Restoring division===
Restoring division operates on [[fixed-point]] fractional numbers and depends on the following assumptions:
* ''N < D''
* ''1/2 < N,D < 1''
The quotient digits ''q'' are formed from the digit set {0,1}.
|