Return to previous page | Return to menu | Go to next page
FIXED
Arithmetic functions
Division (B / A)
FIXED slDivFX(a , b)
FIXED a ;
FIXED b ;
a in (B / A): divisor b in (B / A): dividend
Divide between fixed points (B / A).
The function returns the division result (B / A).
This function does not check for overflow.
Reference: Chapter 11 Arithmetic Functions
slDivFX