RosettaCodeData/Task/Averages-Pythagorean-means/JavaScript/averages-pythagorean-means-4.js
2023-07-01 13:44:08 -04:00

8 lines
149 B
JavaScript

{
"values": {
"Arithmetic": 5.5,
"Geometric": 4.528728688116765,
"Harmonic": 3.414171521474055
},
"test": "is A >= G >= H ? yes"
}