TanDeg

nn::math::TanDeg Function

Syntax

NN_MATH_INLINE f32 TanDeg(
     f32 deg
);

Parameters

Name Description
in deg Angle measured in units of 1/360th of a circle.

Return Values

Returns the tangent of deg.

Description

Finds the tangent.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL