User Tools

Site Tools


en:ceil

Differences

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

Link to this comparison view

en:ceil [2016/01/01 22:40]
127.0.0.1 external edit
en:ceil [2020/02/28 10:46]
Line 1: Line 1:
-===== Ceil (Function) ===== 
- 
-==== Format ==== 
- 
-**ceil** ( //numeric_expr// ) 
- 
-returns //integer_value// 
- 
-==== Description ==== 
- 
-Returns the lowest integer that is greater than or equal to //expression//. 
- 
-==== Example ==== 
- 
-<code> 
-print ceil(9.1) 
-print ceil(-5.4) 
-</code> 
-will print 
-<code> 
-10 
--5 
-</code> 
- 
-==== See Also ==== 
-{{page>en:start#Mathematics&noheader}} 
  
en/ceil.txt ยท Last modified: 2020/02/28 10:46 (external edit)