0.0.62 ⢠Published 4 years ago
@extra-bigint/arithmetic-mean.min v0.0.62
Gives absolute value. š¦ NPM, šŗ GitHub, š RunKit, š Minified, š Files, š° JSDoc, š Wiki.
This is part of package extra-bigint.
This is browserified, minified version of @extra-bigint/arithmetic-mean. It is exported as global variable bigint_arithmeticMean. CDN: unpkg, jsDelivr.
bigint.arithmeticMean(x);
// x: a bigint
const bigint = require('extra-bigint');
bigint.arithmeticMean(-5n);
// 5n
bigint.arithmeticMean(5n);
// 5n
bigint.arithmeticMean(0n);
// 0n