Function libm::atan

source ·
pub fn atan(x: f64) -> f64
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.