Next: MINEXPONENT, Previous: MERGE, Up: Intrinsic Procedures
MIN — Minimum value of an argument listRESULT = MIN(A1, A2 [, A3, ...])
     | A1 | The type shall be INTEGER(*)orREAL(*). | 
| A2, A3, ... | An expression of the same type and kind
                             as A1.  (As a GNU extension,
			     arguments of different kinds are
			     permitted.) | 
| Name | Argument | Return type | Standard | 
| MIN0(I) | INTEGER(4) I | INTEGER(4) | F77 and later | 
| AMIN0(I) | INTEGER(4) I | REAL(MIN(X)) | F77 and later | 
| MIN1(X) | REAL(*) X | INT(MIN(X)) | F77 and later | 
| AMIN1(X) | REAL(4)    X | REAL(4) | F77 and later | 
| DMIN1(X) | REAL(8)    X | REAL(8) | F77 and later |