FSqrt

nn::math::FSqrt Function

Syntax

f32 FSqrt(
     f32 x
);

Parameters

Name Description
in x Value whose square root you want to find.

Return Values

Returns the square root of x.

Description

Finds the square root.

This function uses the standard sqrtf function.

Revision History

2011/08/26
Added text about internal implementation.
2010/01/07
Initial version.

CONFIDENTIAL