JS
A javascript/typescript implentation of BaseN package.
$3
- [x] Convert any number (base 2 - 29) to decimal number (base 10).
- [x] Convert all numbers (base 2 - 29) to all numer systems (base 2 - 29).
- [x] UNN (Universal Number Notation), an universal number represanation system.
- [x] Unit testing.
- [x] Type definitions.
- [ ] Error handling.
- [ ] Negative numbers.
- [ ] Floating point numbers.
$3
Using yarn (prefered)
``
yarn add bb-basen
`
using npm
`
npm i bb-basen
``