Back to Core Functions
ceil
Round toward positive infinity
Syntax
Y = ceil(X)
Description
Rounds each element to the nearest integer toward positive infinity.
Parameters
| Name | Description |
|---|---|
| X | Input value (scalar or NDArray) |
Returns
Rounded values