ASIND

Elemental Intrinsic Function (Generic): Produces the arcsine of x.

Syntax

result = ASIND (x)

x
(Input) Must be of type real and must be greater than or equal to zero. The |x| must be less than or equal to 1.

Results:

The result type is the same as x and is expressed in degrees.

Specific Name Argument Type Result Type
ASIND REAL(4) REAL(4)
DASIND REAL(8) REAL(8)
QASIND 1 REAL(16) REAL(16)
1 VMS and U*X

Example

ASIND (0.2467590) has the value 14.28581.