/sys$common/syshlp/helplib.hlb FORTRAN, Intrinsic Procedures, MIN0 *Conan The Librarian (sorry for the slow response - running on an old VAX) |
MIN0 A function that returns the lowest of the values specified in the argument list. +------+---------+----------+------------+-------------+ | Args | Generic | Specific | Argument | Result Type | +------+---------+----------+------------+-------------+ | n | MIN0 | IMIN0 | INTEGER*2 | INTEGER*2 | | | | JMIN0 | INTEGER*4 | INTEGER*4 | +------+---------+----------+------------+-------------+ See also the MIN intrinsic function.
|