ceil static method

Creates a function expression which evaluates to the ceiling of the given numeric expression.

Implementation

static ExpressionInterface ceil(ExpressionInterface expression) =>
    UnaryExpression('ceil()', expression);