Skip to content

Commit

Permalink
Get rid of the roundcents example, which no longer works and is longe…
Browse files Browse the repository at this point in the history
…r than just writing a new sub anyway.
  • Loading branch information
colomon committed Feb 26, 2013
1 parent ebd9f5c commit d6eae27
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions S32-setting-library/Numeric.pod
Expand Up @@ -274,11 +274,6 @@ Returns the nearest integer to C<$x>. The algorithm is:

(Other rounding algorithms will be given extended names beginning with "round".)

Functions that round to a particular precision may easily be created by
priming:

constant &roundcents ::= &round.assuming(:scale(1/100));

=item truncate

multi method truncate ( Real $x: --> Int ) is export
Expand Down

0 comments on commit d6eae27

Please sign in to comment.