pub fn cospif(x: f32) -> f32
Compute $\cos(\pi x)$ more accurately than cos(pi*x), especially for large x (f32).
cos(pi*x)
x
If x is infinite or NAN, return NAN.