Numeral-js icon indicating copy to clipboard operation
Numeral-js copied to clipboard

fix E+/- bug

Open yasin459 opened this issue 4 years ago • 0 comments

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 )

yasin459 avatar Dec 24 '21 10:12 yasin459