User Tools

Site Tools


function:CEIL

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

The CEIL() 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
function/CEIL.1421571277.txt.gz · Last modified: 2015/01/18 03:54 by peternlewis