Function: asin

Syntax

asin (<num>)

Type

numeric

Returns

The arcsine of a numeric value. The measure of the returned angle is governed by the value of the system string angle_mode and will be in the range -90 through +90 degrees or equivalent.

Parameters

Example

numeric theta = asin(0.707)

See Also

Identifiers:

angle_mode (string)