.acos()
Description
Acos returns the arccosine of a value
Parameters
Acos takes no parameters
Usage On Numbers
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
Was this helpful?