diff options
author | Martin Hasch <mhasch@cpan.org> | 2012-06-17 07:42:34 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-06-17 07:47:39 -0600 |
commit | fb1a95c6fdfb7b5ac909cd2380a3b319226b28ad (patch) | |
tree | f4dd02b64938026746dcd1ff0cfdd46c18cbe798 /pod/perlop.pod | |
parent | a8d1f4b493af3113b5d10ade9f824f102b7b040b (diff) | |
download | perl-fb1a95c6fdfb7b5ac909cd2380a3b319226b28ad.tar.gz |
PATCH: [perl #113640] Typo in perlop.pod: bignum pragma
There is no 'bitfloat' pragma
Diffstat (limited to 'pod/perlop.pod')
-rw-r--r-- | pod/perlop.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod index 3edeabd986..6804fec992 100644 --- 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<bigint>, C<bigrat>, and C<bitfloat> pragmas, provide +along with the C<bignum>, C<bigint>, and C<bigrat> 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 |