#include <nitro/fx/fx_cp.h>
fx64c FX_DivFx64c(fx32 numer, fx32 denom);
This function performs division with two fx32 types
and returns the results as an fx64c
type. The divider is used internally.
numer |
fx32 format fixed-point decimal dividend |
denom |
fx32 format fixed-point decimal divisor |
Result of division calculation.
10/19/2004 Removed a link.
01/19/2004 Initial version.