ceil
The ceil function rounds the input number up to the nearest integer.
Usage
ceil(field)Example:
eval ceil_duration = ceil(duration)This creates a new field ceil_duration with the value of duration rounded up.
The ceil function rounds the input number up to the nearest integer.
ceil(field)Example:
eval ceil_duration = ceil(duration)This creates a new field ceil_duration with the value of duration rounded up.