/decimal-to-binary-converter

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

Primary LanguageVueMIT LicenseMIT

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