asin(<Operand>)
Arcsin operator.
An expression that evaluates to a number.
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
The inverse of the sin operator.