This function evaluates to the least number in a given list.
The smallest value.
NUMERIC
Type
Meaning
LIST
the list of values
The numbers in the input list are converted to a common unit and compared. The smallest number is returned.
If the list is empty, one of the items is not numeric, or they do not all have compatible types, this function aborts the run with an error.