#include <nitro/fx/fx_cp.h>
void FX_SqrtAsyncImm(fx32 x);
This function begins the asynchronous calculation of the square root of an fx32 number
and uses the Square Root Calculator. The square root calculation mode must be set to CP_SQRT_64BIT_MODE.
x |
fx32 format fixed-point decimal |
None.
FX_SqrtAsync, FX_GetSqrtResult
10/19/2004 Corrected argument.
01/19/2004 Initial version.