[][src]Function avr_libc::atan2

pub unsafe extern "C" fn atan2(__y: f64, __x: f64) -> f64

The atan2() function computes the principal value of the arc tangent of __y / __x, using the signs of both arguments to determine the quadrant of the return value. The returned value is in the range [-pi, +pi] radians.