User Tools

Site Tools


en:floor

Differences

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

Link to this comparison view

Next revision
Previous revision
en:floor [2016/01/01 22:41]
127.0.0.1 external edit
en:floor [2020/02/28 10:46] (current)
Line 1: Line 1:
 ===== Floor (Function) ===== ===== Floor (Function) =====
 ==== Format ==== ==== Format ====
-floor ( //numeric_expr// )+floor ( [[numericexpressions|numeric_expression]] )
  
-returns //integer_value//+returns [[integerexpressions|integer_expression]]
 ==== Description ==== ==== Description ====
-Returns the greatest integer that is less than or equal to //expression//+Returns the greatest integer that is less than or equal to [[expressions|expression]] 
 + 
 +^Value^int()^ceil()^floor()^ 
 +|-4.56|-4|-4|-5| 
 +|-0.56|0|0|-1| 
 +|0.56|0|1|0| 
 +|5.56|5|6|5|
  
 ==== See Also ==== ==== See Also ====
 {{page>en:start#Mathematics&noheader}} {{page>en:start#Mathematics&noheader}}
  
en/floor.1451713262.txt.gz · Last modified: 2020/02/28 10:46 (external edit)