Forum Moderators: coopster
Having said that, from the PHP documentation:
So never trust floating number results to the last digit and never compare floating point numbers for equality. If you really need higher precision, you should use the arbitrary precision math functions or gmp functions instead.
My own testing showed that FLOAT takes up less storage space, but is not as accurate. If accuracy is key then it is probably best to listen to the authority [dev.mysql.com].
Relative Discussion:
[webmasterworld.com...]