Topic:

Rounding Numbers

Not finding your answer? Try searching the web for Rounding Numbers
Answers to Common Questions
To round numbers you look at the digit to the right of the place value you are rounding to. So if you are rounding to hundreds to you would at the tens digit, if rounding to ten thousands you would look at the thousand digit. If the digit i...
http://answers.ask.com/Science/Mathematics/how_do_you_...   See entire page »
it has the same rounding rules as any other number but only round up for decimal places in the tenths place. the rounding rule is if the number is greater then 5 round up. so EX: 1.4 rounds down to 1. 1.7 rounds up to 2. etc etc.
http://answers.yahoo.com/question/index?qid=2009101809...   See entire page »
Quick answer: Look at the digit immediately to the right of the one you want to round off. If that digit is less than 5; leave the number unchanged. If the number is 5 or greater, add one to the number to round off eg 4.3456 to three places...
http://answers.yahoo.com/question/index?qid=2009062504...   See entire page »
Answers to Other Common Questions
Determine what your rounding digit is and look to the right of it. If the digit is 0-4, no change, if it's higher than 5, round up
http://www.chacha.com/question/what-is-the-rule-for-rou...
It would be 300 cause if it is 5 or above give it shove 4 below leave it alone my 4th grade teacher thought of that in math.
http://www.blurtit.com/q6588254.html
I had a simialr problem earlier in the week and found this page http://www.vb-helper.com/howto_round_to_specified_digits.html it has a a function to round a value to a specified number of digits i used the RoundOff function which seems to w...
http://www.experts-exchange.com/Microsoft/Development/M...
What is all this business about minority stockholders? What on earth does it matter what the minority stockholders say? My impression is that Victor is the majority stockholder of Newman Enterprises, so while it might be the case that the...
http://www.anotherwayout.com/morals/moral-124.html
I'm an Engineer and usually I round anything .5 and higher up, .49 lower down. That's how I was taught in high school. My dad told me that he was taught to look at the digit after the 5... odd round down, even round up. It was supposed to e...
http://uk.answers.yahoo.com/question/index?qid=20090422...
Firstly, rounding only considers the first figure after the number of places being rounded to. Secondly, since a computer can only hold a finite number of decimal places of each number, how could it possibly know whether the number has a ...
http://www.oooforum.org/forum/viewtopic.phtml?t=61509
the Javascript command for rounding is the same as AS so you can do this.. round_me.jsfl... Code: var h=223.4567 var height=Math.round(h); fl.trace("rounded height:" + height);
http://www.actionscript.org/forums/showthread.php3?t=85...