ceil: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 3: Line 3:




<h2 style="color:#000066">''''' ceil ''x'''''</h2>
<h2 style="color:#000066">''' ceil ''x'''''</h2>




Line 13: Line 13:


[[Number]]
[[Number]]
'''Compatibility:'''
Version 2.x required.


'''Description:'''
'''Description:'''

Revision as of 01:20, 6 July 2006


ceil x


Operand types:

x: Number

Type of returned value:

Number

Description:

The ceil value of x.

Example:

ceil 5.25 , result is 6