1.0.4 โ€ข Published 3 years ago

number-to-exponential v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

NPM NPM NPM

๐Ÿ“Œ What does this module do?

    • Change to normal number to exponential number with easily.

๐Ÿ“• How to use it?

const numExp = require("number-to-exponential");

var number = 10;

async function exp() {
    var exponentialNumber = numExp.run(number);
    console.log(exponentialNumber);
};

exp()//ยนโฐ