FrSqrt

nn::math::FrSqrt Function

Syntax

f32 FrSqrt(
     f32 x
);

Parameters

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

Return Values

Returns the inverse square root of x.

Description

Finds the inverse 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