[][src]Function libm::atanf

pub fn atanf(x: f32) -> f32

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.