HP Fortran Programmer's Reference (September 2007)

Intrinsic procedures
Intrinsic procedure specifications
Chapter 11630
Arguments
COUNT (optional) must be scalar and of type default integer. It is an INTENT(OUT) argument.
It is set to a processor-dependent value based on the current value of the
processor clock or to –HUGE(0) if there is no clock. The processor-dependent
value is incremented by one for each clock count until the value COUNT_MAX
is reached and is reset to zero at the next count. It lies in the range 0 to
COUNT_MAX if there is a clock.
COUNT_RATE (optional) must be scalar and of type default integer. It is an INTENT(OUT)
argument. It is set to the number of processor clock counts per second, or to
zero if there is no clock.
COUNT_MAX (optional) must be scalar and of type default integer. It is an INTENT(OUT)
argument. It is set to the maximum value that COUNT can have, or to zero if
there is no clock.
TAN(X)
Description
Tangent function in radians.
Class
Elemental function.
Argument
X must be of type real.
Result type/
type parameters
Same as X.
Result value
The result has a value equal to a processor-dependent approximation to tan(X), with X
regarded as a value in radians.
Specific forms
CTAN,DTAN,QTAN,ZTAN.