Averages/Median: Difference between revisions

Content deleted Content added
m Added link to definition
m Add link to Mean
Line 1:
{{task|Arithmetic operations}}Write a program to find the [[wp:Median|median]] value of a vector of floating-point numbers. The program need not handle the case where the vector is empty, but ''must'' handle the case where there are an even number of elements.
 
===See also===
* [[Mean]]
 
=={{header|Tcl}}==