Author: lwall
Date: 2010-02-13 20:52:30 +0100 (Sat, 13 Feb 2010)
New Revision: 29714

Modified:
   docs/Perl6/Spec/S02-bits.pod
Log:
[S02] Rat.perl does / notation, actually


Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod        2010-02-13 19:50:14 UTC (rev 29713)
+++ docs/Perl6/Spec/S02-bits.pod        2010-02-13 19:52:30 UTC (rev 29714)
@@ -3050,7 +3050,7 @@
 into the pessimal C<FatRat> type.
 
     constant pi is export = 3.14159_26535_89793_23846_26433_83279_50288;
-    say pi.perl;   # 3.141592653589793238, limited by Rat64 denom of 1 
quadrillion
+    say pi.perl;   # 3141592653589793238/1000000000000000000 (Rat64)
     say pi.Num     # 3.14159265358979
     say pi.Str;    # 3.14159_26535_89793_23846_26433_83279_50288
     say pi.FatRat; # 3.14159265358979323846264338327950288

Reply via email to