0.0.62 • Published 5 years ago

@extra-bigint/geometric-mean v0.0.62

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

Gives absolute value. šŸ“¦ NPM, 😺 GitHub, šŸƒ RunKit, šŸŒ” Minified, šŸ“œ Files, šŸ“° JSDoc, šŸ“˜ Wiki.

This is part of package extra-bigint.

bigint.geometricMean(x);
// x: a bigint
const bigint = require('extra-bigint');

bigint.geometricMean(-5n);
// 5n

bigint.geometricMean(5n);
// 5n

bigint.geometricMean(0n);
// 0n

References

0.0.62

5 years ago

0.0.60

5 years ago

0.0.61

5 years ago

0.0.58

5 years ago

0.0.56

5 years ago

0.0.55

5 years ago

0.0.54

6 years ago

0.0.53

6 years ago

0.0.51

6 years ago

0.0.49

6 years ago

0.0.50

6 years ago

0.0.48

6 years ago