FX_DivFx64c

Syntax

#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.

Refer to Divider Usage Notes when using this function inside an interrupt.

See Also

FX_Mul32x64c, FX_InvFx64c

Revision History

2004/01/19 Initial version.


CONFIDENTIAL