FX_Sqrt


C Specification

#include <nitro/fx/fx_cp.h>

fx32 FX_Sqrt(fx32 x);
    

Description

This function obtains an fx32 type square root and returns the result as fx32 type. The Square Root Calculator is used internally.

Arguments

x fx32 format fixed-point decimal

Return Values

Square root of numer.

See Also

FX_InvSqrt, FX_SqrtAsync

Revision History

10/19/2004 Corrections to argument and new link.
01/19/2004 Initial version.