0.0.2 • Published 8 months ago

bin-math v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

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:

...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

👩🏻‍⚖️ License

  • Framer Motion is MIT licensed.

✨ BinMath

  • Empower your applications with accurate and efficient binary arithmetic. Start using BinMath today!