#include <nitro/fx/fx_cp.h>
fx32 FX_Div(fx32 numer, fx32 denom);
| numer | fx32 type fixed-point numerator |
| denom | fx32 type fixed-point denominator |
Division results.
This function uses two fx32 types for division and returns the remainder It returns the result as an fx32 type.
The Divider is used internally. Refer to Divider Usage Notes when using this function inside an interrupt.
01/19/2004 Initial version.
CONFIDENTIAL