libm

Function sincosf

Source
pub fn sincosf(x: f32) -> (f32, f32)
Expand description

Both the sine and cosine of x (f32).

x is specified in radians and the return value is (sin(x), cos(x)).