Skip to content
Subhajit Sahu edited this page Sep 4, 2021 · 2 revisions

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


References

Clone this wiki locally