Created
October 5, 2010 15:41
-
-
Save Sannis/611751 to your computer and use it in GitHub Desktop.
Means
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x = 0.1 | |
y = 10 | |
Arithmetic_mean(x, y) = 5.05 | |
Geometric_mean(x, y) = 1 | |
Harmonic_mean(x, y) = 0.198019802 | |
Quadratic_mean(x, y) = 7.071421356 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment