1.0.0 • Published 6 years ago

number-to-base v1.0.0

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
6 years ago

Number Base Conversion

Convert number to different numerical system. Supports 35 bases. No dependencies.

Install

npm install --save number-to-base

Usage

const number_to_base = require("number-to-base");
number_to_base(7, 3) // => "21" The number seven in base 3 notation:

Motivation & Related Work

Number Reference is an online encyclopedia of calculations that relies heavily on this and related packages.

License

Nice and Brief: BSD-3-Clause