nn::math::FAbs Function

Syntax

f32 FAbs(
     f32 x
);

Arguments

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.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL