Skip to content

Commit 3abb273

Browse files
committed
Real.pod wordsmithing on floor and ceiling.
1 parent 15f988c commit 3abb273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Real.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ integer. If scale is C<0.1>, rounds to one digit after the comma etc.
3838
3939
method floor(Real:D) returns Int:D
4040
41-
Rounds down to the largest integer equal to smaller than the number.
41+
Return the largest integer not greater than the number.
4242
4343
=head3 ceiling
4444
4545
method ceiling(Real:D) returns Int:D
4646
47-
Rounds up to the smallester integer equal to larger than the number.
47+
Returns the smallest integer not less than the number.
4848
4949
=head3 truncate
5050

0 commit comments

Comments
 (0)