pub fn fastcos(x: f32) -> f32
Expand description

| JUCE6 Pade approximation of cos valid | from -PI to PI with max error of 1e-5 and | average error of 5e-7 |