#include <nitro/fx/fx_cp.h>
fx32 FX_Sqrt(fx32 x);
x | fx32 format fixed-point decimal |
Square root of numer
.
This function obtains an fx32
type square root. It returns the result as an fx32
type. The Square Root Calculator is used internally.
01/19/2004 Initial version.