Skip to content

Commit

Permalink
Real.pod wordsmithing on floor and ceiling.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jun 26, 2012
1 parent 15f988c commit 3abb273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Real.pod
Expand Up @@ -38,13 +38,13 @@ integer. If scale is C<0.1>, rounds to one digit after the comma etc.
method floor(Real:D) returns Int:D
Rounds down to the largest integer equal to smaller than the number.
Return the largest integer not greater than the number.
=head3 ceiling
method ceiling(Real:D) returns Int:D
Rounds up to the smallester integer equal to larger than the number.
Returns the smallest integer not less than the number.
=head3 truncate
Expand Down

0 comments on commit 3abb273

Please sign in to comment.