atan2

Function atan2 

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

Two-argument arctangent. Transpiles to: atan2f(y, x)