ArccosOperator

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
acos(<Operand>)
Associationscom.livecode.math
Summary

Arccos operator.

Parameters
NameTypeDescription
Operand

An expression that evaluates to a number.

Example
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
Description

The inverse of the cos operator.

Tagsmath