hex-frac-dec-frac
v1.0.3
Published
Convert a hexadecimal fraction to a decimal fraction.
Downloads
21
Maintainers
Readme
hex-frac-dec-frac
Convert a hexadecimal fraction to a decimal fraction.
This is different from hexToDec
from libraries like all-your-base
(as I just learned).
I use this for xkcd Geohashing.
Install
npm install hex-frac-dec-frac
Usage
import hexToDec from 'hex-frac-dec-frac'
hexToDec('a1e189f4df975ee2') === 0.6323477003894289
hexToDec('0baed468ae66bbd2') === 0.04563643985457139
Contributing
This is written in ES6 and compiled to ES5 using babel
. The code you require will come from the lib/
directory which gets compiled from src/
before each npm publish
.
Tests
npm test
TODO
- Understand how this works and how its different from
all-your-base
License
MIT