FLog10

nn::math::FLog10 Function

Syntax

f32 FLog10(
     f32 x
);

Parameters

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.

This function uses the standard log10f function.

Revision History

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

CONFIDENTIAL