Hello everyone,

I'm getting strange behavior for float numbers. I'm processing data on
the server, reading it from a file. The data consists of strings,
floats and integers. I read them all as Strings, then process their
actual values. Then when I display them, on the GWT client, via RPC, I
get this:

-15.2 becomes -15.199999809265136
1.2 becomes 1.2000000476837158
0.2 becomes 0.20000000298023224
1.4 becomes 1.399999976158142

on FF/IE/Chrome on Windows and FF on Linux. They are only displayed
correctly on the GWT browser.

If you know what is causing this or how I can fix it, please let me
know.

Thank you,
Tony
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to