diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-27 05:33:41 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-27 05:33:41 +0000 |
commit | 106325ad18a7d364436c509de7040f7817bf07da (patch) | |
tree | 1b98b26f3b7625b6700faeb074a890825422b9ab /pod/perlnumber.pod | |
parent | 7ca86468f50e48d16c4fd42ec5831ceb1a6368c3 (diff) | |
download | perl-106325ad18a7d364436c509de7040f7817bf07da.tar.gz |
doubled words in pods (from Simon Cozens
<simon.p.cozens@jp.pwcglobal.com>)
p4raw-id: //depot/perl@5959
Diffstat (limited to 'pod/perlnumber.pod')
-rw-r--r-- | pod/perlnumber.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlnumber.pod b/pod/perlnumber.pod index 498d962e6c..d179d8c74a 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<storage> of these numbers. The fact that you can store such "large" numbers -does not mean that that the I<operations> over these numbers will use all +does not mean that the I<operations> over these numbers will use all of the significant digits. See L<"Numeric operators and numeric conversions"> for details.) |