list.median
Output the median of a list of numbers. (similar to zl.median)
list.median(input): out1Arguments:
Arguments
| Name | Type | Default | Description |
|---|---|---|---|
| input | list | list of numbers. |
Returns
| Name | Type | Description |
|---|---|---|
| out1 | number | median |
Output the median of a list of numbers. (similar to zl.median)
list.median(input): out1| Name | Type | Default | Description |
|---|---|---|---|
| input | list | list of numbers. |
| Name | Type | Description |
|---|---|---|
| out1 | number | median |