Jump to content

Sum MySQL float datatype


peterjc

Recommended Posts

I have a problem here.  When i try to sum the float number,  I does not get accurate answer.

 

For example:

 

20.5 + 10.8 = 31.3 (This is correct)

 

But if i use the Mysql Sum function to sum the two number, the answer is inaccurate, just for example, you may get 31.300000054

 

What is the problem and how to solve this problem?

 

thank

Link to comment
https://forums.phpfreaks.com/topic/68664-sum-mysql-float-datatype/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.