9.20. ASIND
9.20 ASIND — Arcsine function, degrees
- Description:
-
ASIND(X)
computes the arcsine of its X in degrees (inverse ofSIND(X)
).This function is for compatibility only and should be avoided in favor of standard constructs wherever possible.
- Standard:
-
GNU Extension, enabled with -fdec-math.
- Class:
-
Elemental function
- Syntax:
-
RESULT = ASIND(X)
- Arguments:
-
X The type shall be either REAL
and a magnitude that is less than or equal to one - or beCOMPLEX
. - Return value:
-
The return value is of the same type and kind as X. The re