nn::math::CosDeg Function

Syntax

f32 CosDeg(
     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 cosine of deg.

Description

Finds the cosine.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL