ChHecker/unify

Allow uppercase E for scientific notation

Closed this issue · 1 comments

As the title says.
I suppose it's very easy to implement; it would save me (and probably not just me) a lot of time wondering why a number isn't accepted.

qty("2e-5", "keV") // works
qty("2E-5", "keV") // doesn't work

Thanks for your suggestion! Fixed in 4fbddfc.