Comment on page
atan2
To return the arctangent of the quotient
The function returns the arctangent of the quotient of the given parameters.
atan2(number, number)
number
atan2(x,y)
To calculate the arctangent of x divided by y.1
atan2(7,4)
Result: 1.0516502125483738
Last modified 1yr ago