bb-basen
v1.2.0
Published
A javascript/typescript implentation of BaseN package.
Readme
JS
A javascript/typescript implentation of BaseN package.
Features
- [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.
Install
Using yarn (prefered)
yarn add bb-basenusing npm
npm i bb-basen