Round• Round[x] gives the integer closest to x. • Examples: Round[2.4] ; Round[2.6] ; Round[-2.4] ; Round[-2.6] . • Round rounds numbers of the form x.5 to the nearest even integer. • Round[x] returns an integer when x is any numeric quantity, whether or not it is an explicit number. • Example: Round[Pi] .
Examples Using InstantCalculatorsHere is the InstantCalculator for the Round function. Enter the parameters for your calculation and click Calculate to see the result.
Out[1]= |  |
Entering Commands DirectlyYou can paste a template for this command via the Text Input button on the Round Function Controller.
Out[2]= |  |
|