Acos returns the arccosine of a value
Acos takes no parameters
num = 1.acos() // the return value is in degrees // this does the arccosine of 1 and returns in degrees log num // returns 0
Last updated 1 month ago