We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726e35d commit 80a94d9Copy full SHA for 80a94d9
_build/reference/721-math-ceil.markdown
@@ -2,7 +2,9 @@
2
3
> CEIL (x)
4
5
-Smallest integral value not less than x.
+Smallest integer value not less than x.
6
+
7
+For smallest integer value less then x see FLOOR(x)
8
9
```
10
print "ceil(1.1) = "; ceil(1.1)
0 commit comments