nn::math::AtanIdx Function

Syntax

u16 AtanIdx(
     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 angle units for which one complete revolution is defined as equal to 65536 units.

Description

Finds the value of the inverse tangent (arctangent).

Revision History

2010/01/07
Initial version.

CONFIDENTIAL