Round Up

Round up to the nearest integer.

Input

Field Definition Type Required
number Value to be rounded up. Number TRUE

Output

Field Definition Type
rounded up Calculated rounded up value. Number

Example

For an input value of 0.95, the output is 1.

For an input value of 1.25, the output is 2.

For an input value of 3.0001, the output is 4.