0.1.4 • Published 7 years ago

number-fromscientific v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

number-fromscientific

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

Get number from scientific notation.

const fromScientific = require('number-fromscientific');
// fromScientific(<string>)

fromScientific('2.99792458×10⁸');
// 299792458 (speed of light, in m/s)
fromScientific('1.498*10³');
// 1498 (speed of sound in air, in m/s)
fromScientific('3.43 X 10 ^ 2');
// 343 (speed of sound in air, in m/s)
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.14

8 years ago

0.0.13

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