Function atan2d_f64

Source
pub fn atan2d_f64(input_x: F64, input_y: F64) -> F64
Expand description

Inverse tangent of y/x, result in degrees, the inverse tangent of y/x maps all inputs to values in the range [-180, 180].