Arc tangent 2
Performs an arc tangent2 function of two values (x and y).
Inputs
-
x
- The x value of the function.
-
y
- The y value of the function.
Outputs
-
result
- The resulting value of the function.
-
result list
- The list of resulting values of the function.
Note(s)
-
This operation is represented as
atan2()
within the Expression node. -
Other names for this node include: Atan2, and 2-argument arctangent.