summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorWilliam Mann <wmann@avici.com>1999-04-12 08:25:22 -0400
committerGurusamy Sarathy <gsar@cpan.org>1999-05-08 16:46:44 +0000
commite16b8f4913aae827d19b2f53293805a3a74f33c6 (patch)
tree2d5bab52feb1356f6128dcff673173e3a170ca89 /pod
parente8827f643862721daef784554b14d7800b59dd07 (diff)
downloadperl-e16b8f4913aae827d19b2f53293805a3a74f33c6.tar.gz
applied suggested patch, added tests
Message-Id: <199904121625.MAA00983@hwsrv1.avici.com> Subject: BigInt.pm extensions for logical operations p4raw-id: //depot/perl@3332
Diffstat (limited to 'pod')
-rw-r--r--pod/perldelta.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index a7bbb2a400..edef071da4 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -341,6 +341,11 @@ instead of
$fullname = File::Spec->catfile($dir1, $dir2, $file);
+=item Math::BigInt
+
+The logical operations C<E<lt>E<lt>>, C<E<gt>E<gt>>, C<&>, C<|>
+and C<~> are now supported on bigints.
+
=item Math::Complex
The accessor methods Re, Im, arg, abs, rho, and theta, can now also