nn::math::FCbrt Function

Syntax

f32 FCbrt(
     f32 x
);

Arguments

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

Return Values

Returns the cube root of x.

Description

Finds the cube root.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL