pub fn atan2dx(y: f64, x: f64) -> f64Expand description
In order to minimize round-off errors, this function rearranges the arguments so that result of atan2 is in the range [-pi/4, pi/4] before converting it to degrees and mapping the result to the correct quadrant.