VMS Help FORTRAN, Intrinsic Procedures, AMIN0 *Conan The Librarian (sorry for the slow response - running on an old VAX) |
AMIN0 (number, number, ...) A function that returns the lowest of the values specified in the argument list. +------+---------+----------+------------+-------------+ | Args | Generic | Specific | Argument | Result Type | +------+---------+----------+------------+-------------+ | n | AMIN0 | AIMIN0 | INTEGER*2 | REAL*4 | | | | AJMIN0 | INTEGER*4 | REAL*4 | +------+---------+----------+------------+-------------+ See also the MIN intrinsic function.
|