Function libm::atanf

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