MySQL -- Gallons
#1

Hello!

Stumbled across a problem again, let me explain.

I am storing decimal numbers inside a MySQL Database. They are automatically set as : 15.3. I load this into one of my vehicle variables that is assigned as a float. (Float:vGallons) Lowering them would be simple wouldn't it?
PHP код:
Vehicle[vid][vGallons]-=0.1
This does lower them but for some odd reason it sets itself as 15.199999 instead of 15.2. I've already tried to set my Gallons in my database to a varchar but no luck.

EDIT : It might be because they're assigned as a float. (The variable) but yeah.
Reply


Messages In This Thread
MySQL -- Gallons - by yoran765 - 23.06.2014, 11:58
Re: MySQL -- Gallons - by Vince - 23.06.2014, 12:06
Re: MySQL -- Gallons - by yoran765 - 23.06.2014, 12:10

Forum Jump:


Users browsing this thread: 1 Guest(s)