Skip to content

Commit

Permalink
- Docfix
Browse files Browse the repository at this point in the history
- see Perl#9
  • Loading branch information
Sadrak committed Mar 7, 2017
1 parent 8da1836 commit 2967a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Format.pm
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ sub floor

=item abs_floor($number, $precision)
Floors the number to the specified precision.
Floors the absolute number to the specified precision.
abs_floor(3.14159) yields 3
abs_floor(3.14159, 2) yields 3.14
Expand Down Expand Up @@ -678,7 +678,7 @@ sub ceil

=item abs_ceil($number, $precision)
Ceils the number to the specified precision.
Ceils the absolue number to the specified precision.
ceil(3.14159) yields 4
ceil(3.14159, 2) yields 3.15
Expand Down

0 comments on commit 2967a67

Please sign in to comment.