AtanDeg

nn::math::AtanDeg Function

Syntax

NN_MATH_INLINE f32 AtanDeg(
     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 angle units for which one complete revolution is defined as equal to 360.0 units.

Description

Finds the value of the inverse tangent (arctangent).

Revision History

2010/01/07
Initial version.

CONFIDENTIAL