atan2
atan2(y, x) -> FLOAT
Calculate the arc tangent of y/x (in radians)
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
y | yes | - | y-coordinate |
x | yes | - | x-coordinate |
atan2(y, x) -> FLOAT
Calculate the arc tangent of y/x (in radians)
| Name | Required | Default | Description |
|---|---|---|---|
y | yes | - | y-coordinate |
x | yes | - | x-coordinate |