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