ceil

From Bohemia Interactive Community
Revision as of 20:03, 4 July 2006 by Hoz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


ceil x


Operand types:

x: Number

Type of returned value:

Number

Compatibility:

Version 2.x required.

Description:

The ceil value of x.

Example:

ceil 5.25 , result is 6