Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Rat] some more trivia
  • Loading branch information
moritz committed Jun 25, 2012
1 parent cfa8f0e commit f6edbb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Rat.pod
Expand Up @@ -28,5 +28,9 @@ the denominator quickly:
say approx-sqrt(2, 5).WHAT; # Rat()
say approx-sqrt(2, 10).WHAT; # Num()
If you want arbitrary precision arithmetic with rational numbers, use the
C<FatFat> type instead.
C<Rat> objects are immutable.
=end pod

0 comments on commit f6edbb6

Please sign in to comment.