median

median(a, b, c, ...)

median(A)

Compute the median of all values. The values are sorted and the middle value is returned. In case of an even number of values, the average of the two middle values is returned.

Try it yourself:

All functions