Function js_sys::Math::atan2 [−][src]
pub fn atan2(y: f64, x: f64) -> f64
The Math.atan2()
function returns the arctangent of the quotient of
its arguments.
pub fn atan2(y: f64, x: f64) -> f64
The Math.atan2()
function returns the arctangent of the quotient of
its arguments.