Atan returns the arctangent of a value
Atan takes no parameters
num = 1.atan() // the return value is in degrees // this does the arctangent of 1 and returns in degrees log num // returns 45
Last updated 5 months ago
Was this helpful?