number-to-base

1.0.0 • Public • Published

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

/number-to-base/

    Package Sidebar

    Install

    npm i number-to-base

    Weekly Downloads

    0

    Version

    1.0.0

    License

    BSD-3-Clause

    Last publish

    Collaborators

    • timeemit