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-9A0C6DB2-47D8-48B2-91C8-69A2228A49F4
Visible to Intel only — GUID: GUID-9A0C6DB2-47D8-48B2-91C8-69A2228A49F4
COTAND
Elemental Intrinsic Function (Generic): Produces the cotangent of x.
result = COTAND (x)
x |
(Input) Must be of type real. It must be in degrees and is treated as modulo 360. |
Results
The result type and kind are the same as x.
Specific Name |
Argument Type |
Result Type |
---|---|---|
COTAND |
REAL(4) |
REAL(4) |
DCOTAND |
REAL(8) |
REAL(8) |
QCOTAND |
REAL(16) |
REAL(16) |
Example
COTAND (2.0) has the value 0.2863625E+02.
COTAND (0.6) has the value 0.9548947E+02.