FunctionsTrigonometry
atan2
Returns atan2(y, x) in radians, using the signs of both arguments to resolve the correct quadrant.
atan2(…) → Float64Kind · scalar
Returns atan2(y, x) in radians, using the signs of both arguments to resolve the correct quadrant.
Part of the Trigonometry family.