A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-A046BC6B-1A5B-4AC8-BF8D-0A0233B2350E
Visible to Intel only — GUID: GUID-A046BC6B-1A5B-4AC8-BF8D-0A0233B2350E
TAND
Elemental Intrinsic Function (Generic): Produces the tangent of an argument in degrees.
result = TAND (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 |
---|---|---|
TAND |
REAL(4) |
REAL(4) |
DTAND |
REAL(8) |
REAL(8) |
QTAND |
REAL(16) |
REAL(16) |
Example
TAND (2.0) has the value 3.4920771E-02.
TAND (0.8) has the value 1.3963542E-02.