OS/2 Procedures Language 2/REXX


Inf-HTML [About][Toc][Index] 0.9b (c) 1995 Peter Childs


MIN




 >>--MIN(number-+-----------+-)-------><
                |+---------+|
                |v         ||
                ++-,number-++

MIN returns the smallest number from the list specified, formatted 
according to the current setting of NUMERIC DIGITS. Up to 20 numbers can 
be specified, although calls to MIN can be nested if more arguments are 
needed. 
Here are some examples: 

MIN(12,6,7,9)         ->     6
MIN(17.3,19,17.03)    ->    17.03
MIN(-7,-3,-4.3)       ->    -7
  

Inf-HTML End Run - Successful