Talk:Averages/Pythagorean means: Difference between revisions

From Rosetta Code
Content added Content deleted
(Why all three together?)
 
Line 1: Line 1:
==Why all three together?==
==Why all three together?==
I know we already have the [[Averages/Arithmetic mean]] task. We needed the other two, they all seemed very small and were related, so I created the one task for all three. --[[User:Paddy3118|Paddy3118]] 05:26, 20 February 2010 (UTC)
I know we already have the [[Averages/Arithmetic mean]] task. We needed the other two, they all seemed very small and were related, so I created the one task for all three. It will also allow easy comparison of one languages computation of all three, for example Python has to delve into its standard library for the geometric mean. --[[User:Paddy3118|Paddy3118]] 05:31, 20 February 2010 (UTC)

Revision as of 05:31, 20 February 2010

Why all three together?

I know we already have the Averages/Arithmetic mean task. We needed the other two, they all seemed very small and were related, so I created the one task for all three. It will also allow easy comparison of one languages computation of all three, for example Python has to delve into its standard library for the geometric mean. --Paddy3118 05:31, 20 February 2010 (UTC)