probablykasper / cpc

Text calculator with support for units and conversion
https://crates.io/crates/cpc
MIT License
119 stars 14 forks source link

Handle scientific notations correctly #38

Open VoidSolitary opened 3 months ago

VoidSolitary commented 3 months ago

Currently CPC couldn't handle scientific notations such as "2e10" and "1e-3". It will calculate it as 2 e 10, and 1 e (-3). Can we fix that?

probablykasper commented 3 months ago

Would happily accept a PR, I probably won't work on this