Max
Disponible
Returns the maximum value from a set of arguments or a list.
Multiple arguments
Single list argument
Single value
Empty list
With expressions
Max[1, 5, 3]
→ 5Max[1, 2]
→ 2Max[-5, -2, -8]
→ -2Max[3.14, 2.71, 3.5]
→ 3.5Max[1, 2.5, 3]
→ 3Max[{1, 5, 3}]
→ 5Max[{-10, -5, -20}]
→ -5Max[{3.14, 2.71, 3.5}]
→ 3.5Max[42]
→ 42Max[-7]
→ -7Max[{}]
→ -InfinityMax[2 + 3, 4 * 2, 10 - 1]
→ 9 Les 6300 fonctions ·
Utiliser ceci depuis un client MCP