0.1.4 • Published 6 years ago

number-toscientific v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

number-toscientific

NOTE: number-toscientific was renamed to @extra-number/to-scientific. NPM

Convert number to scientific notation.

const toScientific = require('number-toscientific');
// toScientific(<number>)

toScientific(695700000);
// '6.957×10⁸' (radius of Sun in m)
toScientific(3390000);
// '3.3899999999999997×10⁶' (radius of Earth in m)
toScientific(0.000000000053);
// '5.3×10⁻¹¹' (radius of Hydrogen atom)
0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago