pccoeacm / all-calc

A calculator to calculate anything you can think of!
MIT License
1 stars 38 forks source link

Adding Function for geometric and harmonic mean #77

Open dhanashreemunot opened 4 years ago

dhanashreemunot commented 4 years ago

Todo

Example

For geometric mean:-

Input: Enter number of observations: 5 Enter the numbers:1 2 3 4 5 Output: Geometric mean is : 2.605171 For harmonic mean:- Input: Enter number of observations: 5 Enter the numbers:1 2 3 4 5 Output: Harmonic mean is : 2.189781

dhanashreemunot commented 4 years ago

can i work on this?

pbuggaveeti28 commented 4 years ago

Can I contribute?