Wellcome all!
I'm writting the software for invoicing. Essential to this is to use mathematical rounding to two decimal places.
I've tried to use:
but - it doesne't work!Qt Code:
To copy to clipboard, switch view to plain text mode
for example:
2582.3250 return me: 2582.32 -it's wrong! It should be 2582.33
what am I doing wrong?
Bookmarks