DRAFTThis page is not published. Only visible in development mode.
math module · Scalar Function

math::ceil

Round up to the nearest integer.

Syntax

RQL

Parameters

NameTypeDescription
valueNumberThe number to round up

Return Value

Returns the smallest integer greater than or equal to the input value.

Examples

$ Ceil a float
$ ctrl+enter to run

Related Functions