FAbs

nn::math::FAbs Function

Syntax

f32 FAbs(
     f32 x
);

Parameters

Name Description
in x Value whose absolute value you wish to find.

Return Values

Returns the absolute value of x.

Description

Finds the absolute value.

This function uses the standard fabsf function.

Revision History

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

CONFIDENTIAL