Median

median(list[decimal]) -> decimal

Returns decimal

Compute the median of the given list elements

Example:

median([2.2, 2.5, 5.5])2.5

Last updated