summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-27 00:54:21 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-27 00:54:21 +0000
commit4fe2fc8846ccd99839fef97a208bcfe746aad75d (patch)
tree8700dea0e28f8ed35f58b315d1d6543e9ea5d25f /pod
parent67d7635aafdffd2b34167a79008eb4a54c80afef (diff)
downloadperl-4fe2fc8846ccd99839fef97a208bcfe746aad75d.tar.gz
Advertise big* and BigRat.
p4raw-id: //depot/perl@15536
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod11
1 files changed, 11 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index bb938cfae8..38191b0a53 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -587,6 +587,12 @@ output is highly customisable. See L<B::Concise>.
=item *
+The new bignum, bigint, and bigrat pragmas implement transparent
+bignum support (using the Math::BigInt, Math::BigFloat, and
+Math::BigRat backends), by Tels.
+
+=item *
+
C<Class::ISA> for reporting the search path for a class's ISA tree,
by Sean Burke, has been added. See L<Class::ISA>.
@@ -742,6 +748,11 @@ Journal #13, republished here with kind permission.
=item *
+Math::BigRat for big rational numbers, to accompany Math::BigInt and
+Math::BigFloat, from Tels.
+
+=item *
+
C<Memoize> can make your functions faster by trading space for time,
from Mark-Jason Dominus. See L<Memoize>.