median
m = the_median(v)
vector of real numbers
real number
the_median(v) returns the median of the components of a vector v. These components do not have to be given in increasing order (they do not have to be sorted).
the_median(v)
v
v=[8,9.6,10.2,9,8.5,9.6] the_median(v)