Function fast_math::atan2 [−][src]
pub fn atan2(y: f32, x: f32) -> f32
Compute a fast approximation of the four quadrant arctangent of y
and x
.
The maximum absolute error across all f32s is less than 0.0038.
pub fn atan2(y: f32, x: f32) -> f32
Compute a fast approximation of the four quadrant arctangent of y
and x
.
The maximum absolute error across all f32s is less than 0.0038.