Go to the first, previous, next, last section, table of contents.


Tan Intrinsic

Tan(X)

Tan: REAL function, the `KIND=' value of the type being that of argument X.

X: REAL; scalar; INTENT(IN).

Intrinsic groups: (standard FORTRAN 77).

Description:

Returns the tangent of X, an angle measured in radians.

See section ATan Intrinsic, for the inverse of this function.


Go to the first, previous, next, last section, table of contents.