Skip to main content

ArcsinOperator

Type

operator

Summary

Arcsin operator.

Syntax

asin(<Operand>)

Description

The inverse of the sin operator.

Parameters

NameTypeDescription

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

Was this page helpful?