2.0.27 • Published 3 years ago

@extra-number/from-scientific.min v2.0.27

Weekly downloads
16
License
MIT
Repository
github
Last release
3 years ago

Converts scientific notation to number.

This is part of package extra-number.

This is browserified, minified version of @extra-number/from-scientific. It is exported as global variable number_fromScientific. CDN: unpkg, jsDelivr.

number.fromScientific(txt);
// txt: scientific notation
const number = require('extra-number');

number.fromScientific('2.99792458×10⁸');
// 299792458 (speed of light, in m/s)

number.fromScientific('1.498*10³');
// 1498 (speed of sound in air, in m/s)

number.fromScientific('3.43 X 10 ^ 2');
// 343 (speed of sound in air, in m/s)
2.0.27

3 years ago

2.0.26

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.3.10

4 years ago

1.3.11

4 years ago

1.3.9

4 years ago

1.3.8

4 years ago

1.3.7

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.2.19

4 years ago

1.2.18

4 years ago