acos(<Operand>)
Arccos operator.
An expression that evaluates to a number.
variable tVar as Number put acos(0) into tVar -- tVar contains pi/2
variable tVar as Number put the arccosine of -1 into tVar -- tVar contains pi
The inverse of the cos operator.