FX_Div

C Specification

#include <nitro/fx/fx_cp.h>

fx32 FX_Div(fx32 numer, fx32 denom);

Arguments

numer fx32 type fixed-point numerator
denom fx32 type fixed-point denominator

Return Values

Division results.

Description

This function uses two fx32 types for division and returns the remainder It returns the result as an fx32 type. The Divider is used internally.

See Also

FX_Mul, FX_Inv

Revision History

01/19/2004 Initial version.