Posts Tagged ‘floating point unit’

Problem with comparison of float or double column in MySQL

Problem with comparison of float or double column in MySQL I had a problem in comparing the number with decimal point with a float column in MySql. After some investigation I came to know that, in most of the computer architecture, the value of floating point numbers is stored as approximation. So if you compare the 21.40 with the given column, it actually compare the value ...
Copyright © 2012 ViralPatel.net. All rights reserved.