TanIdx

nn::math::TanIdx Function

Syntax

NN_MATH_INLINE f32 TanIdx(
     u16 idx
);

Parameters

Name Description
in idx Angle measured in units of 1/65,536th of a circle.

Return Values

Returns the tangent of idx.

Description

Finds the tangent.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL