ArccosOperator
Type
operator
Summary
Arccos operator.
Syntax
acos(<Operand>)
Description
The inverse of the cos operator.
Parameters
Name | Type | Description |
---|---|---|
Operand | An expression that evaluates to a number. |
Examples
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