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