ceil

Returns the smallest integer greater than or equal to the given number.

Arguments

  • number - The number to ceil.

Example

{
  "$template": {
    "$comment": "The field below will be 4",
    "test": "{{ceil(3.6)}}"
  }
}