User Tools

Site Tools


function:CEIL

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
function:CEIL [2023/09/20 00:08]
peternlewis
function:CEIL [2023/09/20 04:39]
peternlewis
Line 5: Line 5:
     CEIL(5.5) === CEIL(5.1) === CEIL(6) === 6     CEIL(5.5) === CEIL(5.1) === CEIL(6) === 6
     CEIL(-5.5) === CEIL(-5.1) === CEIL(-5) === -5     CEIL(-5.5) === CEIL(-5.1) === CEIL(-5) === -5
 +
 +The CEIL() function (v11.0+) takes a second optional parameter to indicate the number of decimal digits to operate to.
 +
 +    CEIL(5.6789,​2) === 5.68
 +    CEIL(-5.6789,​2) === -5.67
  
 ===== See Also ===== ===== See Also =====
function/CEIL.txt ยท Last modified: 2023/09/20 04:39 by peternlewis