This function returns the highest value in a given number list.
Bash
max(numberList) #Output: Number
Examples
|
Parser expression |
Description |
|---|---|
|
Bash
|
This example returns: 5 |
Additional information
Parameters used in this function
|
Parameter |
Input (data type) |
Description |
|---|---|---|
|
|
number list |
Any given number list. |
This function returns a number
Check out max(numbers) to compare two numeric values.
(books) Use cases and examples
| Use case |
|---|
| No content found. |