ArcsinOperator

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

Arcsin operator.

Parameters
NameTypeDescription
Operand

An expression that evaluates to a number.

Example
variable tVar as Number
put the asin(-1) into tVar -- tVar contains -pi/2
variable tVar as Number
put the arcsine of 1 into tVar -- tVar contains pi/2
Description

The inverse of the sin operator.

Tagsmath