0.1.4 • Published 7 years ago

number-toscientific v0.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

0.1.3

7 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago