nn::math::TanDeg Function

Syntax

f32 TanDeg(
     f32 deg
);

Arguments

Name Description
in deg Angle (in units for which one complete revolution is defined as equal to 360.0).

Return Values

Returns the tangent of deg.

Description

Finds the tangent.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL