FX_Div


C Specification

#include <nitro/fx/fx_cp.h>

fx32 FX_Div(fx32 numer, fx32 denom);

Description

This function performs division calculations with two fx32 types and returns the result as an fx32 type. It uses the Divider internally.

Arguments

numer fx32 format fixed-point decimal dividend
denom fx32 format fixed-point decimal divisor

Return Values

Result of division calculation.

See Also

FX_Mul, FX_Inv

Revision History

01/19/2004 Initial Version