FX_SqrtAsync


C Specification

#include <nitro/fx/fx_cp.h>

void FX_SqrtAsync(fx32 x);
    

Description

This function begins the asynchronous calculation of the square root of an fx32 number and uses the Square Root Calculator. Before the square root calculations, the square root calculation mode is set to CP_SQRT_64BIT_MODE.

Arguments

x   fx32 format fixed-point decimal

Return Values

None.

See Also

FX_Sqrt, FX_SqrtAsyncImm, FX_GetSqrtResult

Revision History

10/19/2004 Corrected argument and a link.
01/19/2004 Initial version.