devela::_dep::libm

Function atan

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

Arctangent (f64)

Computes the inverse tangent (arc tangent) of the input value. Returns a value in radians, in the range of -pi/2 to pi/2.