atan2
atan2(
@x ? ## required
@y ? ## required
) -> llll/null
note
atan2
is a built-in function in the bell programming language and is not unique or exclusive to bellplay~.
Returns the arctangent of @x
and @y
.
Arguments
@x
[int/float/llll] Numeric llll.(required)@y
[int/float/llll] Numeric llll.(required)
Output
Arctangent of @x
and @y
. [llll/null]
warning
atan2
will return null
without raising an error if required arguments are not provided.