FLog

nn::math::FLog Function

Syntax

f32 FLog(
     f32 x
);

Parameters

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

Return Values

Returns the natural logarithm of x.

Description

Finds the natural logarithm.

This function uses the standard logf function.

Revision History

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

CONFIDENTIAL