If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I know of this one rounding method, but it only rounds to whole integers. Not exactly practical. Is there a way to round a result to 2-4 decimal places?
I know of this one rounding method, but it only rounds to whole integers. Not exactly practical. Is there a way to round a result to 2-4 decimal places?
Thanks,
-Matt</STRONG>
try multiplying by 100 then rounding then dividing by 100. that sounds like it would work.