X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlnumber.pod;h=d179d8c74aea9bc01112d19ea7811ce42aef7527;hb=47223a367d95f4dc59ba3d4c168a2648263556ab;hp=498d962e6cbd9bb0a000623c205e961f718cd48e;hpb=4375e838ae24b385ae79fa7b6918e613bedaaee6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlnumber.pod b/pod/perlnumber.pod index 498d962..d179d8c 100644 --- a/pod/perlnumber.pod +++ b/pod/perlnumber.pod @@ -59,7 +59,7 @@ finite decimal expansion. Being strings, and thus of arbitrary length, there is no practical limit for the exponent or number of decimal digits for these numbers. (But realize that what we are discussing the rules for just the I of these numbers. The fact that you can store such "large" numbers -does not mean that that the I over these numbers will use all +does not mean that the I over these numbers will use all of the significant digits. See L<"Numeric operators and numeric conversions"> for details.)