0.1.4 • Published 6 years ago

number-fromscientific v0.1.4

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

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.14

6 years ago

0.0.13

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