Returns rounds a number up to the next largest integer
ID
math-operators-ceil
Name
Ceil
Group
Operators
Package
Math
Keywords
Floor
Round\
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
x | Number | Input value |
Outputs
Name | Type | Description |
---|---|---|
ceil | Number | The smallest integer greater than or equal to the given number |