Computes the arctangent of the given coordinates.

Usage

Atan2(y,x)

y (required): The y coordinate of the point.

x (required): The x coordinate of the point.


Related resources