1.2.0 • Published 4 years ago
bb-basen v1.2.0
JS
A javascript/typescript implentation of BaseN package.
Features
- Convert any number (base 2 - 29) to decimal number (base 10).
- Convert all numbers (base 2 - 29) to all numer systems (base 2 - 29).
- UNN (Universal Number Notation), an universal number represanation system.
- Unit testing.
- Type definitions.
- Error handling.
- Negative numbers.
- Floating point numbers.
Install
Using yarn (prefered)
yarn add bb-basen
using npm
npm i bb-basen