FX_Inv

C Specification

#include <nitro/fx/fx_cp.h>

fx32 FX_Inv(fx32 denom);

Arguments

denom fx32 format fixed-point decimal

Return Values

Reciprocal of denom.

Description

This function obtains an fx32-type reciprocal number. It returns the result as an fx32 type. The divider is used internally.

See Also

FX_Mul, FX_Div

Revision History

01/19/2004 Initial version.