nn::math::FrSqrt Function

Syntax

f32 FrSqrt(
     f32 x
);

Arguments

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.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL