I am using mySQL and CodeIgniter. I have some floating point numbers in my database such as
mySQL
CodeIgniter
Read this page http://dev.mysql.com/doc/refman/5.1/en/mathematical-functions.html#function_round
but your select would look like this
select value from table where ROUND(value) = $myvalue