Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
I think, generally, it is a problem with "doubles" as a data type. You'll run into the same problem in SQL Server. This is because a decimal such as 17.09 is not actually stored like that but as a set of bytes and such that, when being translated into human readable text, may actually display differently.