0.0.62 ⢠Published 4 years ago
@extra-bigint/range.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/range. It is exported as global variable bigint_range. CDN: unpkg, jsDelivr.
bigint.range(x);
// x: a bigint
const bigint = require('extra-bigint');
bigint.range(-5n);
// 5n
bigint.range(5n);
// 5n
bigint.range(0n);
// 0n