sinpi

Function sinpi 

Source
pub fn sinpi(x: f64) -> f64
Expand description

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

ยงNotes

If x is infinite or NAN, return NAN.