iatan2

Four-quadrant inverse tangent in radians (complexified version of atan2).

Back to Numerical Differentiation Toolbox Contents.

Contents

Syntax

z = iatan2(y,x)

Description

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

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
rad

See also

atan2