Skip to content

diegoaep07/bintodec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bintodec

Binary to Decimal and Decimal to Binary Functions

How To Use It:

After downloading, just run the index.js file and you will get a small command line tool to help you convert the numbers.

Use it by your own hand.

If you want to use the functions on your own code, first, you'll have to import the code.

import { binToDec, decToBin } from './bintodec.js'

Then, you'll be able to run the functions rigth inside your program.

About

Functions to convert Binary to Decimal and vice versa

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%