Function atan

Source
pub fn atan<T: Float>(value: T) -> Angle<T>
Expand description

Compute the arctangent of a number. Return value is in the range of [-π/2, π/2] rad.