ROUND() & INT() error
I meet a queer scenario below, anybody know what happen?
INT(36111.075*100+0.5)/100=36111.07 //should be 36111.08
[ROUND(2629654961)] = -1665312335 //should be 2629654961
INT(36111.075*100+0.5)/100=36111.07 //should be 36111.08
[ROUND(2629654961)] = -1665312335 //should be 2629654961