Back to Symbolic Math (SymEngine)
sym.ceiling
Computes the ceiling function of a symbolic expression.
Syntax
sym.ceiling(x)
Description
Computes the ceiling function of a symbolic expression. Returns the smallest integer greater than or equal to x, denoted ⌈x⌉. Also known as the least integer function.
Parameters
| Name | Description |
|---|---|
| x | - The expression to compute the ceiling of. |
Returns
Expr