atan2

Function atan2 

Source
pub const fn atan2(y: f64, x: f64) -> f64
Expand description

Arctan2

const ATAN2_0_1: f64 = atan2(0.0, 1.0);
assert_eq!(ATAN2_0_1, 0.0);