User Tools

Site Tools


function:CEIL

**This is an old revision of the document!**

CEIL Function

The CEIL(x) function takes a number and returns the first integer that is greater than or equal to the argument:

CEIL(5.5) === CEIL(5.1) === CEIL(6) === 6
CEIL(-5.5) === CEIL(-5.1) === CEIL(-5) === -5

See Also

Functions

function/CEIL.1695182935.txt.gz · Last modified: 2023/09/20 00:08 by peternlewis