Ceil: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
Ceil(X) | |||
The ''' | The '''Ceil''' [[internal function]] calculates the smallest integer greater than or equal to X. | ||
In simplest terms, Ceil always rounds up. | |||
===Comments and Examples=== | ===Comments and Examples=== | ||
Line 9: | Line 11: | ||
===Related Functions=== | ===Related Functions=== | ||
*[[ | *[[Abs]] | ||
*[[FP]] | *[[FP]] | ||
*[[ | *[[Int]] | ||
*[[IP]] | *[[IP]] | ||
*[[ | *[[Round]] | ||
<noinclude> | <noinclude> | ||
[[Category:Internal Functions]] | [[Category:Internal Functions]] | ||
</noinclude> | </noinclude> |