Skip to content

Commit 80a94d9

Browse files
authored
Update 721-math-ceil.markdown
1 parent 726e35d commit 80a94d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_build/reference/721-math-ceil.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
> CEIL (x)
44
5-
Smallest integral value not less than x.
5+
Smallest integer value not less than x.
6+
7+
For smallest integer value less then x see FLOOR(x)
68

79
```
810
print "ceil(1.1) = "; ceil(1.1)

0 commit comments

Comments
 (0)