get_minimum (real number1, real number2[, real number3, ..., real numberN) ⇒ mixed,
get_minimum (list num_list) ⇒ mixed
Determines the minimum of a specified list of numbers. Parameters can also be condensed to a single list.
Alternative function names: get_min, min
First available: Version 1.3.3
Comments