bevy_math::ops

Function atan

Source
pub fn atan(x: f32) -> f32
Available on non-crate feature libm only.
Expand description

Computes the arctangent of a number. Return value is in radians in the range [-pi/2, pi/2];

Precision is specified when the libm feature is enabled.