FX_DivFx64c

C Specification

#include <nitro/fx/fx_cp.h>

fx64c FX_DivFx64c(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 fx64c type. The Divider is used internally.

See Also

FX_Mul32x64c, FX_InvFx64c

Revision History

01/19/2004 Initial version.