Qurak

Max

可用

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

用于

主题

相关

全部 6300 个函数 · 从 MCP 客户端使用