Numeral-js
Numeral-js copied to clipboard
fix E+/- bug
referencing: error when parsing science notation #470 we had a problem with exponentials, when the user entered E(instead of e), the function would not work so I changed the regexes, lower cased the string, and added some tests(also example in #470 )