#include <nitro/fx/fx_cp.h>
fx32 FX_Div(fx32 numer, fx32 denom);
This function performs division calculations with two fx32 types
and returns the result as an fx32
type. It uses the Divider internally.
numer |
fx32 format fixed-point decimal dividend |
denom |
fx32 format fixed-point decimal divisor |
Result of division calculation.
01/19/2004 Initial Version