Function firefly_rust::math::atan

source ยท
pub fn atan(x: f32) -> f32
Expand description

Approximates atan(x) approximation in radians with a maximum error of 0.002.

Returns f32::NAN if the number is f32::NAN.