Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.


The ceiling function evaluates a decimal number and returns the smallest integer greater than or equal to the decimal number.

Syntax

ceiling( number )

Arguments

number
The number to be evaluated.

Returns

The nearest integer greater than or equal to number.

for example:

    ceiling (5.2) = <var>6</var>

    ceiling (-5.2) = <var>-5</var>

Defined

XPath 1.0 4.4

Gecko support

Supported.

Document Tags and Contributors

 Contributors to this page: Sheppy, Mgjbot, Fredchat, ComputerJy, Ptak82, Jonnyq
 Last updated by: Sheppy,