nn::math::AtanRad Function

Syntax

f32 AtanRad(
     f32 x
);

Arguments

Name Description
in x Value whose inverse tangent (arctangent) you wish to find.

Return Values

Returns the inverse tangent of x in radians.

Description

Finds the value of the inverse tangent (arctangent).

Revision History

2010/01/07
Initial version.

CONFIDENTIAL