FCbrt

nn::math::FCbrt Function

Syntax

f32 FCbrt(
     f32 x
);

Parameters

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.

This function uses the standard pow function.

Revision History

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

CONFIDENTIAL