Allow uppercase E for scientific notation
Closed this issue · 1 comments
NicoWeio commented
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