nn::math::SinCosDeg Function
void SinCosDeg(
f32 * s,
f32 * c,
f32 deg
);
| 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). |
Finds the sine and cosine.
CONFIDENTIAL