General Settings Overview

The rounding off will be done according to the decimal places settings done above. There are three methods for rounding any number.

  1. Floor Method: All the numbers with decimal places more than the ones selected above will be rounded to the previous number. For ex:
    1. If 2 decimal places are selected – 1.345 will be rounded off to 1.34, 1.375 will be rounded off to 1.37.
    2. If 0 decimal places are selected – 1.345 will be rounded off to 1, 4.375 will be rounded off to 4.
  2. Ceiling Method: All the numbers with decimal places more than the ones selected above will be rounded to the next number. For ex:
    1. If 2 decimal places are selected – 1.345 will be rounded off to 1.35, 1.375 will be rounded off to 1.38.
    2. If 0 decimal places are selected – 1.345 will be rounded off to 1.4, 4.375 will be rounded off to 5.
  3. Round Method: All the numbers with decimal places more than the ones selected above will follow floor method for the next decimal place value < 5 and will follow ceiling method for the next decimal place value >= 5. For ex:
    1. If 2 decimal places are selected – 1.343 will be rounded off to 1.34, 1.375 will be rounded off to 1.38.
    2. If 0 decimal places are selected – 1.345 will be rounded off to 1, 4.375 will be rounded off to 4.
Was this article helpful to you?
Yes0
No1
Was this article helpful to you?
Yes0
No1