pub fn sincosf(x: f32) -> (f32, f32)
Both the sine and cosine of x (f32).
x
x is specified in radians and the return value is (sin(x), cos(x)).