PLAYGROUND (experimental)

atan2

Calculate the arc tangent of y/x (in radians)
atan2(
    y, 
    x
) -> FLOAT

Calculate the arc tangent of y/x (in radians)

Arguments

NameTypeRequiredDefaultDescription
yyes-y-coordinate
xyes-x-coordinate