Computer Science, asked by kkulwantsingh52, 7 months ago

b. Which function rounds a number to the nearest integer?

Answers

Answered by shrutisharma07
1

Answer:

If num_digits is 0, the number is rounded to the nearest integer. If num_digits is less than 0, the number is rounded to the left of the decimal point. To always round up (away from zero), use the ROUNDUP function. To always round down (toward zero), use the ROUNDDOWN function.

Similar questions