Round up to the nearest integer (aka Ceiling).
Alternatively, you can choose Round (closest integer), Round Down, or Round Decimal Places.
Examples:
0.95 -> 1
1.25 -> 2
3.0001 -> 4
Input Fields
- number: the number to be rounded up
Output Fields
- rounded up: the number rounded up