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.lcm(x); // x: a bigint
const bigint = require('extra-bigint'); bigint.lcm(-5n); // 5n bigint.lcm(5n); // 5n bigint.lcm(0n); // 0n