Top: f77 Up: 11 - Intrinsic_Procedures
Previous: 11,63 - MAX1 Next: 11,65 - MIN0
Section 11,64: MIN
MIN (number, number, ...)
A function that returns the lowest of the values specified in the
argument list.
+------+---------+----------+------------+-------------+
| Args | Generic | Specific | Argument | Result Type |
+------+---------+----------+------------+-------------+
| n | MIN | -- | INTEGER*1 | INTEGER*1 |
| | | IMIN0 | INTEGER*2 | INTEGER*2 |
| | | JMIN0 | INTEGER*4 | INTEGER*4 |
| |see note | KMIN0 | INTEGER*8 | INTEGER*8 |
| | | AMIN1 | REAL*4 | REAL*4 |
| | | DMIN1 | REAL*8 | REAL*8 |
| |see note | QMIN1 | REAL*16 | REAL*16 |
+------+---------+----------+------------+-------------+
NOTE: KMIN0 is only available on AXP systems.
QMIN1 is not available in DEC Fortran.
See also the AMIN0, MIN0, and MIN1 intrinsic functions.
Top: f77 Up: 11 - Intrinsic_Procedures
Previous: 11,63 - MAX1 Next: 11,65 - MIN0