ceil

From Bohemia Interactive Community
Revision as of 01:21, 6 July 2006 by Planck (talk | contribs)
Jump to navigation Jump to search


ceil x


Operand types:

x: Number

Type of returned value:

Number

Description:

The ceil value of x.

Example:

ceil 5.25 .... result is 6