diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2000-12-07 07:36:45 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-08 03:31:27 +0000 |
commit | b8392fa5eb2f1e04950a1c215d7a1114ddd721bc (patch) | |
tree | dd43fc164ff4627d6fb438a41cea61a23d6acacf /t | |
parent | b25e12d28c4e637aa117d19b5b4f62a19911f9e2 (diff) | |
download | perl-b8392fa5eb2f1e04950a1c215d7a1114ddd721bc.tar.gz |
[ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
From: Andy Dougherty <doughera@lafayette.edu>
Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@8036
Diffstat (limited to 't')
-rwxr-xr-x | t/lib/bigfltpm.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/t/lib/bigfltpm.t b/t/lib/bigfltpm.t index a8fb19209a..b335d13016 100755 --- a/t/lib/bigfltpm.t +++ b/t/lib/bigfltpm.t @@ -449,10 +449,10 @@ $Math::BigFloat::div_scale = 20 $Math::BigFloat::div_scale = 40 &fsqrt +0:0 --1:/^(?i:0|\?|NaNQ?|-n\.an)$ --2:/^(?i:0|\?|NaNQ?|-n\.an)$ --16:/^(?i:0|\?|NaNQ?|-n\.an)$ --123.456:/^(?i:0|\?|NaNQ?|-n\.an)$ +-1:/^(?i:0|\?|-?N\.?aNQ?)$ +-2:/^(?i:0|\?|-?N\.?aNQ?)$ +-16:/^(?i:0|\?|-?N\.?aNQ?)$ +-123.456:/^(?i:0|\?|-?N\.?aNQ?)$ +1:1. +1.44:1.2 +2:1.41421356237309504880168872420969807857 |