roundup calculation
-
I know that the round function: Returns the value of the number rounded to the nearest integer.
Example:
2.3 = 2
2.6 = 3But, I would like to know how I can round a number to the highest number.
Example:
2.3 = 3
2.6 = 3Thanks!
- The topic ‘roundup calculation’ is closed to new replies.