From: Jarkko Hietaniemi Date: Wed, 27 Mar 2002 00:54:21 +0000 (+0000) Subject: Advertise big* and BigRat. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=381874f18524689aeb8e46abb8c8b3a1a74f64ff;p=p5sagit%2Fp5-mst-13.2.git Advertise big* and BigRat. p4raw-id: //depot/perl@15536 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bb938cf..38191b0 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -587,6 +587,12 @@ output is highly customisable. See L. =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 for reporting the search path for a class's ISA tree, by Sean Burke, has been added. See L. @@ -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 can make your functions faster by trading space for time, from Mark-Jason Dominus. See L.