nn::math::SinDeg Function

Syntax

f32 SinDeg(
     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 sine of deg.

Description

Finds the sine.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL