Format
cos(X)
Returns
The cosine of X, where X is in degrees.
mob/verb/test()
usr << cos(0) // 1
usr << cos(45) // 0.707...
usr << cos(90) // 0
cos(X)
The cosine of X, where X is in degrees.
mob/verb/test()
usr << cos(0) // 1
usr << cos(45) // 0.707...
usr << cos(90) // 0