nn::math::TanRad Function

Syntax

f32 TanRad(
     f32 rad
);

Arguments

Name Description
in rad Angle in radians.

Return Values

Returns the tangent of rad.

Description

Finds the tangent.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL