devela::_dep::libm

Function atanf

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

Arctangent (f32)

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