User Tools

Site Tools


en:ceil

This is an old revision of the document!


Ceil (Function)

Format

Description

Returns the lowest integer that is greater than or equal to expression.

Example

print ceil(9.1)
print ceil(-5.4)

will print

10
-5

See Also

en/ceil.1471027900.txt.gz · Last modified: 2020/02/28 10:46 (external edit)