cospif

Function cospif 

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

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

ยงNotes

If x is infinite or NAN, return NAN.