#include <nitro/fx/fx_cp.h>
void FX_InvAsync(fx32 denom);
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.
denom |
fx32 format fixed-point decimal divisor |
None.
FX_InvAsyncImm, FX_GetInvResultFx64c, FX_GetInvResult
01/19/2004 Initial Version