sinpif

Function sinpif 

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

Compute $\sin(\pi x)$ more accurately than sin(pi*x), especially for large x (f32).

ยงNotes

If x is infinite or NAN, return NAN.