Skip to content

calculates Average, Median, Variance and Standard Deviation

Notifications You must be signed in to change notification settings

HassanAliKadhem/math-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Math Skills

this cli tool takes a text file with a number on each line and then calculates

  • Average
  • Median
  • Variance
  • Standard Deviation

and prints them to the console

take this file for example

a text file with numbers

run the following command

go run . [filename]

you will get the following output

the results from the calculations

About

calculates Average, Median, Variance and Standard Deviation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages