1.5.1 • Published 3 years ago

dec-to-binary v1.5.1

Weekly downloads
5
License
ISC
Repository
github
Last release
3 years ago

dec-to-binary

dec-to-binary is a nodejs package to convert decimal to binary with just one line of code.

Installation

npm i dec-to-binary --save

Usage

Convert with just one line of code

  • Convert decimal numbers into binary with just one line of code. For one of my project, I had to create a tool to convert decimal to binary so, I used Bignumber.js and created one here.

Decimal to Binary conversion:

var decimal = require('dec-to-binary')

console.log(decimal.decimal("10"));

see working

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.2

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago