Cicode Programming Reference > Cicode Function Categories > Math and Trigonometry Functions Introduction > ArcSin

ArcSin

Calculates the arcsine of an angle.

Syntax

ArcSin(Number)

Number:

The sine of the angle.

Return Value

The arcsine (the angle, in radians) of Number.

Related Functions

Sin

Example

Variable=ArcSin(1);
! Sets Variable to 1.5707...

See Also

Math/Trigonometry Functions