answersLogoWhite

0


Best Answer

In Excel, the function is Round(number, num_digits) where

number is the number that you want to round,

and

num_digits is the number of digits after the decimal point that you want.

If num_digits < 0 then the number is rounded to that many digits to the left of the decimal point.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the function for rounding off numbers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is rounding in Visual Basic?

Rounding in Visual Basic is the method of rounding an integer up, or flooring an integer, which is rounding down. To round up, you use the System.Math.Round function. To round down, or floor, you use the System.Math.Floor function.


How do you get a random number from a group of numbers in C?

Random numbers cannot be generated programatically. For pseudo-random numbers use function 'rand'.


Program in 'c' to find the LCM of any given five numbers?

Just write a method or function that calculates the LCM for two numbers at a time. Then calculate the LCM for the first two numbers, get the LCM of the result with the third number, etc.Just write a method or function that calculates the LCM for two numbers at a time. Then calculate the LCM for the first two numbers, get the LCM of the result with the third number, etc.Just write a method or function that calculates the LCM for two numbers at a time. Then calculate the LCM for the first two numbers, get the LCM of the result with the third number, etc.Just write a method or function that calculates the LCM for two numbers at a time. Then calculate the LCM for the first two numbers, get the LCM of the result with the third number, etc.


You can place particular numbers within the parentheses of function notation?

The answer is TRUE


How do you calculate the LCF of two numbers using a function?

You do not need a function to determine the lowest common factor of two numbers. The lowest factor of any one number is 1. The lowest common factor of any two numbers is therefore 1 as well.

Related questions

What are the steps in rounding off numbers?

steps rounding off number


What is better rounding off to nearest ten or rounding off to nearest hundred?

In whole numbers, rounding to the nearest ten is better. And in decimals, rounding to the nearest hundreth is more accurate.


Why is rounding off numbers important?

Rounding off is a important part of mathematics and a very handy tool for everyday life.


How you would estimate the product of greater numbers?

By rounding off.


How does making small groups help estimate big numbers?

by rounding off the numbers


How many types of function is avalible for rounding numbers?

ROUND, ROUNDDOWN, ROUNDUP and MROUND.


What are the ideas where you can use rounding off numbers in real life?

your weight


What numbers can be rounded off to 750?

750.4 if rounding to the nearest whole number. 754, if rounding to the nearest 10. 774, if rounding to the nearest 50. 874, if rounding to the nearest 250.


What number do you get when rounding off the numbers 39117?

The answer will depend on the degree of rounding. To the nearest ten, it is 39120 To the nearest million, it is 0.


What is the purpose of rounding numbers?

the purpose of rounding numbers is that you can get closer to the actual answer


How are you rounding whole numbers and decimals?

rounding whole numbers and decimals


Which is better rounding off to nearest ten or rounding off to nearest hundred?

There is no universal "better". Rounding off is a trade-off between reducing the accuracy and simplifying calculations. Also, if there are other numbers in an addition that are rounded to the nearest hundred, there is no point in rounding your number to the nearest ten.