#include <nitro/fx/fx_cp.h>
fx64c FX_DivFx64c(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 fx64c type. The Divider is used internally.
Refer to Divider Usage Notes when using this function inside an interrupt.
01/19/2004 Initial version.
CONFIDENTIAL