nn::math::FLog10 Function

Syntax

f32 FLog10(
     f32 x
);

Arguments

Name Description
in x Value whose common logarithm you wish to find.

Return Values

Returns the common logarithm of x.

Description

Finds the common logarithm.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL