Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-02243D80-6B2A-40A3-A833-C98A18CB0040
Visible to Intel only — GUID: GUID-02243D80-6B2A-40A3-A833-C98A18CB0040
ASIND
Elemental Intrinsic Function (Generic): Produces the arcsine of x.
result = ASIND (x)
x |
(Input) Must be of type real. The | x | must be less than or equal to 1. |
Results
The result type and kind are the same as x and are expressed in degrees. The value lies in the range −90 to 90 degrees.
Specific Name |
Argument Type |
Result Type |
---|---|---|
ASIND |
REAL(4) |
REAL(4) |
DASIND |
REAL(8) |
REAL(8) |
QASIND |
REAL(16) |
REAL(16) |
Example
ASIND (0.2467590) has the value 14.28581.