bin-math
v0.0.2
Published
A simple math library
Downloads
6
Maintainers
Readme
BinMath is an open-source, production-ready library designed for developers looking to incorporate binary arithmetic into their projects.
It looks like this:
const binary = require("bin-math");
console.log(binary.binaryToDecimalIterative({ number: "1010" }));
It does all this:
- [Binary addition]
- [Binary subtraction]
- [Binary multiplication]
- [Binary division]
- [Binary conversion]
- [Binary to decimal]
- [Decimal to binary]
- [Bitwise operations]
...and a whole lot more.
Get started
🐇 Quick start
Install binmath
with via your package manager:
npm install bin-math
Then import the binMath library:
const binary = require("bin-math");
console.log(binary.binaryToDecimalIterative({ number: "1010" }));
📚 Docs
- Check out our documentation for guides and a full API reference.
- Or see our examples for inspiration.
👩🏻⚖️ License
- Framer Motion is MIT licensed.
✨ BinMath
- Empower your applications with accurate and efficient binary arithmetic. Start using BinMath today!