Returns the smaller of the two specified Decimals, Integers or Doubles.
Here are some examples:
Decimal smaller = math.min(12.3, 156.6); system.debug(smaller);
Output: 12.3