Return to previous page | Return to menu | Go to next page
FIXED
Arithmetic functions
Multiplication (A * B)
FIXED slMulFX(a , b)
FIXED a ;
FIXED b ;
a in (A * B): multiplier b B in (A * B): Multiplicand
Multiplying fixed points (A * B).
The function returns the multiplication result (A * B).
Reference: Chapter 11 Arithmetic Functions
slMulFX