Averages/Median: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
Added Wren
Thundergnat (talk | contribs)
m →‎{{header|Vala}}: Regularize non-standard header markup
Line 3,439:
(4.050000e+00,5.700000e+00)</pre>
 
== {{header|Vala}} ==
Requires <code>--pkg posix -X -lm</code> compilation flags in order to use POSIX qsort, and to have access to math library.