Skip to content

dos_asin

Dale Fugier edited this page Nov 1, 2023 · 1 revision

Calculates the arcsine (inverse sine) of a number.

Syntax

(dos_asin number)

Parameters

number

The number.

Returns

The arcsine of the number in the range [–π/2, π/2] radians, if successful.

nil on error.

Example

Command: (dos_asin 0.0)
0
Command: (dos_asin 1.0)
1.5708
Clone this wiki locally