Skip to content

Integer/floating point to binary converter with custom bit structure support

License

Notifications You must be signed in to change notification settings

ahmethakanbesel/decimal-to-binary-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Decimal to Binary Converter

It converts integers or floating point numbers to binary. You can change number of exponent and mantissa bits. Also, it generates hex value of binary. Click here for live preview.

Preview

Preview GIF

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Credits