nn::math::SinCosDeg Function

Syntax

void SinCosDeg(
     f32 * s,
     f32 * c,
     f32 deg
);

Arguments

Name Description
out s Pointer to the buffer that stores the sine.
out c Pointer to the buffer that stores the cosine.
in deg Angle (in units for which one complete revolution is defined as equal to 360.0).

Return Values

None.

Description

Finds the sine and cosine.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL