1.2.0 • Published 4 years ago

bb-basen v1.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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
1.2.0

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago