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 క్లయింట్ నుండి వాడండి