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-F7555E72-AC02-4750-8664-B0DB69AE2769
Visible to Intel only — GUID: GUID-F7555E72-AC02-4750-8664-B0DB69AE2769
COTAN
Elemental Intrinsic Function (Generic): Produces the cotangent of x.
result = COTAN (x)
x |
(Input) Must be of type real; it cannot be zero. It must be in radians and is treated as modulo 2*pi. |
Results
The result type and kind are the same as x.
Specific Name |
Argument Type |
Result Type |
---|---|---|
COTAN |
REAL(4) |
REAL(4) |
DCOTAN |
REAL(8) |
REAL(8) |
QCOTAN |
REAL(16) |
REAL(16) |
Example
COTAN (2.0) has the value -4.576575E-01.
COTAN (0.6) has the value 1.461696.