Next: , Previous: DMax1 Intrinsic, Up: Table of Intrinsic Functions


8.11.9.80 DMin1 Intrinsic

     DMin1(A-1, A-2, ..., A-n)

DMin1: REAL(KIND=2) function.

A: REAL(KIND=2); at least two such arguments must be provided; scalar; INTENT(IN).

Intrinsic groups: (standard FORTRAN 77).

Description:

Archaic form of MIN() that is specific to one type for A. See Min Intrinsic.