iatan2d

Four-quadrant inverse tangent in degrees (complexified version of atan2d).

Back to Numerical Differentiation Toolbox Contents.

Contents

Syntax

z = iatan2d(y,x)

Description

z = iatan2d(y,x) evaluates the four-quadrant inverse tangent of $(x,y)$ (in degrees).

Input/Output Parameters

Variable Symbol Description Format Units
Input y input argument 1×1
complex
-
x input argument 1×1
complex
-
Output z four-quadrant inverse tangent of 1×1
complex
deg

See also

atan2d