You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the library and your generosity in sharing it with us all.
I've been having problems encoding certain floating point numbers. I've made a few hacks to my local version that seem to be working, but it's all a bit dodgy.
Any way, to see the issue yourself, try the following numbers:
-33.2636
267.6285
532.3222
if you encode them, then decode them you'll get completely different numbers or "undefined" in the binary itself
J
The text was updated successfully, but these errors were encountered:
Hi Ivo,
Thanks for the library and your generosity in sharing it with us all.
I've been having problems encoding certain floating point numbers. I've made a few hacks to my local version that seem to be working, but it's all a bit dodgy.
Any way, to see the issue yourself, try the following numbers:
-33.2636
267.6285
532.3222
if you encode them, then decode them you'll get completely different numbers or "undefined" in the binary itself
J
The text was updated successfully, but these errors were encountered: