ARCCOS (ACOS)
Syntax ARCCOS number
 
Explanation ARCCOS takes as input a number between -1 and 1 and reports its arccosine, a value between 0 and 180.
 
Example ARCCOS 0.5 
Result: 60

TopIndex