Skip to content

damianc/math-mean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

math-mean

Math.mean exposes the following methods:

  • arithmetic(numbers, weights = null)
  • geometric(numbers, weights = null)
  • harmonic(numbers, weights = null)
  • quadratic(numbers, weights = null)
  • power(numbers, weights = null, power)
  • root(numbers, weights = null, degree = 2)
  • logarithmic(numbers, weights = null, base = Math.E)

About

Calculating means.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published