pub fn atan2(a: impl AsRef<Array>, b: impl AsRef<Array>) -> Result<Array>
Element-wise inverse tangent of b/a choosing the quadrant correctly.