Table of Contents

asin

Description

Calculate the arcsine of a sine value.

Function prototype

double asin <double:value>

Arguments

Name Type Comment
value double A sine value, the arcsine of which is to be calculated.

Return value

The arcsine of the sine value, as a double-precision angle, in radians.

Example

echo <zs:RadToDeg <zs:asin 0.5>> // asin of 0.5 should be 30 degrees

… the output of which is written to the event log by echo as:

30

Comments

None.

See also