HP Fortran Programmer's Reference (September 2007)

Intrinsic procedures
Intrinsic procedure specifications
Chapter 11592
Class
Inquiry nonstandard function.
Result type
Integer.
Result value
The value returned, in units of microseconds, is the sum of the current process’s user time and
the user and system time of all its child processes.
MERGE(TSOURCE, FSOURCE, MASK)
Description
Choose alternative value according to the value of a mask.
Class
Elemental function.
Arguments
TSOURCE may be of any type.
FSOURCE must be of the same type and type parameters as TSOURCE.
MASK must be of type logical.
Result type/
type parameters
Same as TSOURCE.
Result value
The result is TSOURCE if MASK is .TRUE. and FSOURCE otherwise.
MIN(A1, A2, A3, ...)
Optional arguments
A3, ...