Rounds the field's value to the smallest (closest to negative infinity) double value that is greater than or equal to the field's value and is equal to a mathematical integer.

Function Traits: FieldComputationFunction

ParameterTypeRequiredDefaultDescription
asstringoptional_ceil The name of the output field.
field[a]stringrequired  The name of the input field.

[a] The argument name field can be omitted.

The parameter name for field can be omitted; the following forms are equivalent:

logscale
math:ceil("value")

and:

logscale
math:ceil(field="value")