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