nn::math::SinCosRad Function
void SinCosRad(
f32 * s,
f32 * c,
f32 rad
);
| Name | Description | |
|---|---|---|
| out | s | Pointer to the buffer that stores the sine. |
| out | c | Pointer to the buffer that stores the cosine. |
| in | rad | Angle in radians. |
Finds the sine and cosine.
CONFIDENTIAL