This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8d1f4b
)
PATCH: [perl #113640] Typo in perlop.pod: bignum pragma
author
Martin Hasch
<mhasch@cpan.org>
Sun, 17 Jun 2012 13:42:34 +0000
(07:42 -0600)
committer
Karl Williamson
<public@khwilliamson.com>
Sun, 17 Jun 2012 13:47:39 +0000
(07:47 -0600)
There is no 'bitfloat' pragma
pod/perlop.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlop.pod
b/pod/perlop.pod
index
3edeabd
..
6804fec
100644
(file)
--- a/
pod/perlop.pod
+++ b/
pod/perlop.pod
@@
-3179,7
+3179,7
@@
need yourself.
X<number, arbitrary precision>
The standard C<Math::BigInt>, C<Math::BigRat>, and C<Math::BigFloat> modules,
-along with the C<big
int>, C<bigrat>, and C<bitflo
at> pragmas, provide
+along with the C<big
num>, C<bigint>, and C<bigr
at> pragmas, provide
variable-precision arithmetic and overloaded operators, although
they're currently pretty slow. At the cost of some space and
considerable speed, they avoid the normal pitfalls associated with