Returns the arctangent of the division of the two numbers.
function (optional y
as nullable any, optional x
as nullable any) as nullable any
Returns the arctangent of the division of the two numbers, y
and x
. The divison will be constructed as y
/x
.
Number.Trigonometry