ArcsinOperator
Type
operator
Summary
Arcsin operator.
Syntax
asin(<Operand>)
Description
The inverse of the sin operator.
Parameters
Name | Type | Description |
---|---|---|
Operand | An expression that evaluates to a number. |
Examples
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