FX_DivAsync


C Specification

#include <nitro/fx/fx_cp.h>

void FX_DivAsync(fx32 numer, fx32 denom);

Description

This function begins asynchronous division with two fx32 format numbers and uses the Divider. Before beginning the division, the division mode is set to CP_DIV_64_32BIT_MODE.

Arguments

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

Return Values

None.

See Also

FX_DivAsyncImm, FX_GetDivResultFx64c, FX_GetDivResult

Revision History

01/19/2004 Initial Version