Skip to content

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.