FX_GetSqrtResult

C Specification

#include <nitro/fx/fx_cp.h>

fx32 FX_GetSqrtResult(void);

Arguments

None.

Return Values

Results of square root calculations.

Description

This function returns the results of asynchronous square root calculations of fixed-point decimals with FX_SqrtAsync and FX_SqrtAsyncImm in fx32 format.

See Also

FX_SqrtAsync, FX_SqrtAsyncImm

Revision History

01/19/2004 Initial version.