devela::_dep::libm

Function sincos

pub fn sincos(x: f64) -> (f64, f64) 
Available on crate feature dep_libm only.
Expand description

Both the sine and cosine of x (f64).

x is specified in radians and the return value is (sin(x), cos(x)).