diff options
author | Tels <nospam-abuse@bloodgate.com> | 2007-02-02 16:37:36 +0100 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2007-02-19 19:15:15 +0000 |
commit | 7b29e1e6248cb420eb34bfdef9ce148f7e604a65 (patch) | |
tree | dd61f00fa8eb466bf727b82c61638e0950daae80 /lib/Math/BigInt/t/upgrade.inc | |
parent | 3e5928301057155786b1e13b4cc0efad5ef9b27f (diff) | |
download | perl-7b29e1e6248cb420eb34bfdef9ce148f7e604a65.tar.gz |
[PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11
Date: Fri, 2 Feb 2007 15:37:36 +0100
Message-Id: <200702021537.38442@bloodgate.com>
Subject: Re: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11
From: Tels <nospam-abuse@bloodgate.com>
Date: Tue, 6 Feb 2007 20:18:48 +0100
Message-Id: <200702062019.05487@bloodgate.com>
Also, a fix for @INC in lib/Math/BigInt/t/calling.t
Additional tests to perform Pod and Pod coverage testing
were left out based on removal of similar test files previously.
p4raw-id: //depot/perl@30358
Diffstat (limited to 'lib/Math/BigInt/t/upgrade.inc')
-rw-r--r-- | lib/Math/BigInt/t/upgrade.inc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/Math/BigInt/t/upgrade.inc b/lib/Math/BigInt/t/upgrade.inc index 6545edb6e4..a2ae38cf75 100644 --- a/lib/Math/BigInt/t/upgrade.inc +++ b/lib/Math/BigInt/t/upgrade.inc @@ -1277,10 +1277,13 @@ abc:12:NaN 2:2:4 2:3:8 3:3:27 -2:-1:NaN --2:-1:NaN -2:-2:NaN --2:-2:NaN +2:-1:0.5^ +-2:-1:-0.5^ +2:-2:0.25^ +# Y is even => result positive +-2:-2:0.25^ +# Y is odd => result negative +-2:-3:-0.125^ +inf:1234500012:inf -inf:1234500012:inf -inf:1234500013:-inf |