This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix bugs in the handling of negative numbers, among other things
authorSteven Knight <knight@theopera.baldmt.citilink.com>
Mon, 8 Feb 1999 01:16:24 +0000 (19:16 -0600)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 15 Feb 1999 05:30:13 +0000 (05:30 +0000)
commit5d7098d560a042a848a6e60f96567ce4b694c6c7
tree2a59f016e74fb1b692e98c2ccca21c659929759e
parentd050a71cca1645f880852f454e45f0b5cf02f6df
fix bugs in the handling of negative numbers, among other things
Message-Id: <199902080716.BAA24652@theopera.baldmt.citilink.com>
Subject: Math::BigFloat and Math::BigInt

p4raw-id: //depot/perl@2934
lib/Math/BigFloat.pm
lib/Math/BigInt.pm
lib/bigfloat.pl
t/lib/bigfloat.t [new file with mode: 0755]
t/lib/bigfloatpm.t [new file with mode: 0755]
t/lib/bigintpm.t