HP Fortran Programmer's Reference (September 2007)

Intrinsic procedures
Intrinsic procedure specifications
Chapter 11632
Result value
The result has a value equal to a processor-dependent approximation to tanh(X).
Specific forms
DTANH, QTANH.
TIME(TIMESTR)
Description
Return the current system time.
Class
Nonstandard subroutine.
Argument
TIMESTR must be of type character and must provide at least 8 bytes of storage.
Result value
TIME fills TIMESTR with an 8-byte character string of the form
hh
:
mm
:
ss
(
hh
is the current
hour,
mm
the current minute,
ss
the number of seconds past the minute).
TINY(X)
Description
Returns the smallest positive number in the model representing numbers of the same type
and kind type parameter as the argument.
Class
Inquiry function.
Argument
X must be of type real. It may be scalar or array valued.