atan2d
Four-quadrant arctangent in degrees.
Syntax
Section titled “Syntax”C = atan2d(Y, X)Description
Section titled “Description”Like atan2 but returns the angle in degrees (range (-180, 180]).
Example
Section titled “Example”atan2d(1, 1) % 45