naomijub/edn-rs

Handling numbers with an exponent

kyptin opened this issue · 2 comments

Thanks for the library.

I was using it today and discovered that numbers with an exponent, like this:

5.01122771367421E15

…are valid according to the spec but aren't handled correctly by this library.

Thought y'all might like to know. Cheers.

Thanks, I will take a look, that should be fairly simple to fix

Really nice catch, also there was a problem with floats that are less than 0.0. Now they are fixed #97.

Version 0.17.3