0
$ value doesnt round.
my table doesnt round money values on the cents. It keeps showing multiple zeros after period. what could be wrong?
4 Réponses
+ 1
use round () function to round figure the numerical values.. for more information please write your query here
+ 1
Some weird stuff can happen when doing operations on floats that results in a rounding error.
+ 1
moreover...use double data type or curency and avoid float.
+ 1