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
function:CEIL [2023/09/20 04:39]
peternlewis
function:CEIL [2023/09/20 04:39] (current)
peternlewis
Line 6: Line 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.+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.68
function/CEIL.txt ยท Last modified: 2023/09/20 04:39 by peternlewis