FX_InvAsync


C Specification

#include <nitro/fx/fx_cp.h>

void FX_InvAsync(fx32 denom);

Description

This function begins asynchronous reciprocal calculations for an fx32 format number and uses the Divider. Before beginning the division, the division mode is set to CP_DIV_64_32BIT_MODE.

Arguments

denom   fx32 format fixed-point decimal divisor

Return Values

None.

See Also

FX_InvAsyncImm, FX_GetInvResultFx64c, FX_GetInvResult

Revision History

01/19/2004 Initial Version