#include <nitro/fx/fx_cp.h>
void FX_InvAsync(fx32 denom);
denom | fx32 type fixed-point denominator |
None.
This function begins the asynchronous reciprocal calculations of fx32 numbers. It uses the Divider. Before beginning the division, the division mode is set to CP_DIV_64_32BIT_MODE
.
FX_InvAsyncImm, FX_GetInvResultFx64c, FX_GetInvResult
01/19/2004 Initial version.