Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BIN-MATH

An open-source binary arithmetic library.

BinMath empowers developers to seamlessly convert arithmetic operations into binary and perform complex binary calculations with ease. Enhance your projects with efficient and precise binary computations.



BinMath Banner





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

👩🏻‍⚖️ License

  • Framer Motion is MIT licensed.

✨ BinMath

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages