Top: f77 Up: 11 - Intrinsic_Procedures
Previous: 11,65 - MIN0 Next: 11,67 - MOD
Section 11,66: MIN1
MIN1
A function that returns the lowest of the values specified in the
argument list.
+------+---------+----------+------------+-------------+
| Args | Generic | Specific | Argument | Result Type |
+------+---------+----------+------------+-------------+
| n | MIN1 | IMIN1 | REAL*4 | INTEGER*2 |
| | | JMIN1 | REAL*4 | INTEGER*4 |
| |see note | KMIN1 | REAL*4 | INTEGER*8 |
+------+---------+----------+------------+-------------+
NOTE: KMIN1 is only available on AXP systems.
The setting of -noi4 or -i8 (AXP only) affects MIN1.
See also the MIN intrinsic function.
Top: f77 Up: 11 - Intrinsic_Procedures
Previous: 11,65 - MIN0 Next: 11,67 - MOD