Product SiteDocumentation Site

7.4.44. MIN (Minimum)


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

Returns the smallest number of the list specified, formatted according to the current NUMERIC settings. You can specify any number of numbers.
Here are some examples:

Example 7.58. Builtin function MIN

MIN(12,6,7,9)                                                ->   6
MIN(17.3,19,17.03)                                           ->  17.03
MIN(-7,-3,-4.3)                                              ->  -7
MIN(21,20,19,18,17,16,15,14,13,12,11,10,9,8,7,6,5,4,3,2,1)   ->   1