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