#include <nitro/fx/fx_cp.h>
fx64c FX_InvFx64c(fx32 denom);
denom | fx32 format fixed-point decimal |
Reciprocal of denom
.
This function obtains an fx32
-type reciprocal number. It returns the result as an fx64c
type. The divider is used internally.
FX_Inv, FX_Mul32x64c, FX_DivFx64c
01/19/2004 Initial version.