https://issues.apache.org/bugzilla/show_bug.cgi?id=50569

--- Comment #4 from Sebb <[email protected]> 2011-01-12 03:57:34 EST ---
(In reply to comment #2)

> I ran into problems comparing floating point types (floats: legacy use which I
> can't change).

So was the problem due to the precision of the string version, or difficulty in
comparing string representations of floats?

[BTW, floats should normally be compared using an epsilon - e.g. if (Math.abs(X
- Y) <= (X / 10^7))]

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to