Changes between Initial Version and Version 1 of Ticket #2152, comment 1
- Timestamp:
- 03/09/12 17:13:41 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2152, comment 1
initial v1 1 And thus trancexx learns about the law of unintended consequences. The problem is the math you are performing is done as floating point and Hex() now returns the hex representation of a floating point number which is not the same as the hex representation of an integer in cases where you are dealing with a whole floating point number. 1 And thus trancexx learns about the law of unintended consequences. 2 3 The problem is the math you are performing is done as floating point and Hex() now returns the hex representation of a floating point number which is not the same as the hex representation of an integer in cases where you are dealing with a whole floating point number. 2 4 3 5 This is technically not a bug but it is certainly not expected by the general user, either.