0.0.62 ⢠Published 4 years ago
@extra-bigint/arithmetic-mean v0.0.62
Gives absolute value. š¦ NPM, šŗ GitHub, š RunKit, š Minified, š Files, š° JSDoc, š Wiki.
This is part of package extra-bigint.
bigint.arithmeticMean(x);
// x: a bigint
const bigint = require('extra-bigint');
bigint.arithmeticMean(-5n);
// 5n
bigint.arithmeticMean(5n);
// 5n
bigint.arithmeticMean(0n);
// 0n