rounding off in C++
rounding off in C++
(OP)
Dear all,
How do i round off a number to a particular number of decimal places or significant figures. For example,i want to round off 0.0003134444 to 3 decimal places.
Thank you.
kunletee
How do i round off a number to a particular number of decimal places or significant figures. For example,i want to round off 0.0003134444 to 3 decimal places.
Thank you.
kunletee





RE: rounding off in C++
Plesae read FAQ240-1032
My WEB: <http://geocities.com/nbucska/>
RE: rounding off in C++
Thanks a lot. I will try it out.