Format
arccos(X)
Returns
The inverse cosine of X in degrees.
mob/verb/test()
usr << arccos(0) // 90
usr << arccos(0.707107) // 45
usr << arccos(1) // 0
arccos(X)
The inverse cosine of X in degrees.
mob/verb/test()
usr << arccos(0) // 90
usr << arccos(0.707107) // 45
usr << arccos(1) // 0