Skip to content

Min

The smallest of its arguments.

FungrimMinFungrim entry27766c540931737f2b75231e805c7ada7fb1Wolfram LanguageMinSageMathmin([$*,])SymPyMin($*,)
Min(a, b, …)the smallest of two or more values.
Min(list)the smallest value in a list.

Domain: Arithmetic

Details
  • The smallest of its arguments, or of a single list argument.
  • Multiple arguments -- lists included -- are flattened into one pool rather than compared pairwise or threaded element-wise. See Max.
  • Commutative and associative: order and grouping don't matter.
  • for any two values. See Max.
  • Infinities participate directly in the comparison.

Examples

See also: Max, Clamp