Previous Up Next

atan2
arctangente function with two arguments: "atan2 y x" returns the signed angle formed between the X axis and the (x,y) point.

F atan2 (
F _x_
F _y_
)
Parameters

_x_
any floating number
_y_
any floating number
Return value

arctangente