nn::math::NN_fAtan Function

Syntax

NN_MATH_INLINE f32 NN_fAtan(
     f32 x
);

Parameters

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 inverse tangent (also known as the arctangent).

Revision History

2012/06/26
Initial version.

CONFIDENTIAL