0.0.6 • Published 2 years ago

@taranti/harmonic-mean v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Taranti Harmonic Mean

npm version install size npm bundle size Maintenance Contributor Covenant License

Taranti Harmonic Mean is a Javascript/Typescript library for harmonic mean computation.

For more information about how Harmonic Mean is calculated, see Wikipedia.

Installation

Use your favorite the package manager to install harmonic-mean.

npm

npm install @taranti/harmonic-mean

yarn

yarn add @taranti/harmonic-mean

Usage

Node

import { harmonicMean } from '@taranti/harmonic-mean';

const result = harmonicMean([100, 200, 300, 400]);

console.log(result); // 192

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago