MIN(3F) COMMAND REFERENCE MIN(3F)
NAME
min, min0, amin0, min1, amin1, dmin1 - FORTRAN minimum-value
functions
SYNOPSIS
integer i, j, k, l
real a, b, c, d
double precision dp1, dp2, dp3
l = min(i, j, k)
c = min(a, b)
dp = min(a, b, c)
k = min0(i, j)
a = amin0(i, j, k)
i = min1(a, b)
d = amin1(a, b, c)
dp3 = dmin1(dp1, dp2)
DESCRIPTION
The minimum-value functions return the minimum of their
arguments (of which there may be any number). Min is the
generic form which can be used for all data types and takes
its return type from that of its arguments (which must all
be of the same type). Min0 returns the integer form of the
minimum value of its integer arguments. Amin0 is the real
form of its integer arguments. Min1 is the integer form of
its real arguments. Amin1 is the real form of its real
arguments. And dmin1 is the double-precision form of its
double-precision arguments.
SEE ALSO
max(3f).
Printed 10/17/86 1
%%index%%
na:72,111;
sy:183,1242;
de:1425,839;
se:2264,96;
%%index%%000000000082