ahmethakanbesel / decimal-to-binary-converter

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

Home Page:https://decimal2binary-converter.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://decimal2binary-converter.vercel.app/

License:MIT License


Languages

Language:Vue 92.3%Language:HTML 5.0%Language:JavaScript 2.7%