We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gives absolute value. 📦 NPM, 😺 GitHub, 🏃 RunKit, 🌔 Minified, 📜 Files, 📰 JSDoc, 📘 Wiki.
bigint.range(x); // x: a bigint
const bigint = require('extra-bigint'); bigint.range(-5n); // 5n bigint.range(5n); // 5n bigint.range(0n); // 0n