User Tools

Site Tools


el:ceil

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

el:ceil [2016/01/01 22:38]
el:ceil [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Ceil =====
 +
 +==== Format ====
 +
 +**ceil** ( //expression// )
 +
 +==== Description ====
 +
 +Returns the lowest integer that is greater than or equal to //expression//.
 +
 +==== See Also ====
 +
 +[[floor|Floor]]
 +
 +==== Example ====
 +
 +<code>
 +print ceil(9.1)
 +print ceil(-5.4)
 +</code>
 +will print
 +<code>
 +10
 +-5
 +</code>
 +
  
el/ceil.txt ยท Last modified: 2020/02/28 10:46 (external edit)