Averages/Pythagorean means: Difference between revisions

→‎{{header|D}}: The output for the harmonic mean is wrong.
(→‎{{header|D}}: The output for the harmonic mean is wrong.)
Line 599:
 
=={{header|D}}==
The output for the harmonic mean is wrong.
<lang d>import std.stdio, std.algorithm, std.range, std.functional;
 
255

edits