Skip to main content

ArccosOperator

Type

operator

Summary

Arccos operator.

Syntax

acos(<Operand>)

Description

The inverse of the cos operator.

Parameters

NameTypeDescription

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
Thank you for your feedback!

Was this page helpful?