Hi guys,
I am trying to calculate money.
for example:
price = 34.99
shipping = 3.00
tax = 0.0825
I want the total calculated amount to be only 2 decimal places to the right (round off) so that it shows $41.12 instead of 41.120
My problem is that it calculates 3 or 4 decimal places to the right. Is there a way to fix this?
Thank you,
Stephen



