Expand description
Functionsยง
- cospi
- Compute $\cos(\pi x)$ more accurately than
cos(pi*x), especially for largex(f64). - cospif
- Compute $\cos(\pi x)$ more accurately than
cos(pi*x), especially for largex(f32). - sincospi
- Simultaneously compute
sinpiandcospi(f64). - sincospif
- Simultaneously compute
sinpifandcospif(f32). - sinpi
- Compute $\sin(\pi x)$ more accurately than
sin(pi*x), especially for largex(f64). - sinpif
- Compute $\sin(\pi x)$ more accurately than
sin(pi*x), especially for largex(f32).