Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
Fully Compatible
-
ALL
Description
I think this
double d = (double) n;
if( d != n ) {
needs to be this
double d = (double) n;
if( (long long)d != n ) {
Test forthcoming.
Attachments
Issue Links
- related to
-
SERVER-3719 woCompare does not provide a total order over doubles and longs.
-
- Closed
-