nn::math::FSqrt
Function
Syntax
f32 FSqrt( f32 x );
Arguments
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.
Revision History
2010/01/07
Initial version.
CONFIDENTIAL