

#include <nitro/fx/fx_cp.h>
fx32 FX_Inv(fx32 denom);
| denom | fx32-format fixed-point decimal. |
Reciprocal of denom.
This function obtains an fx32-type reciprocal number. The result is returned as an fx32 type. The divider is used internally. Refer to Divider Usage Notes when using this function inside an interrupt.
2004/01/19 Initial version.
CONFIDENTIAL