diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-04 04:44:13 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-03-04 04:44:13 +0000 |
commit | b03b1b677931a10933a90fcbb4dc749c47c22152 (patch) | |
tree | 92a92c458bdacb7543ffd9945c7183f40b358e76 | |
parent | e197ebb9c8f953fa5584b2d8bace5cdcf44d3e12 (diff) | |
download | perl-b03b1b677931a10933a90fcbb4dc749c47c22152.tar.gz |
HP-UX has yet another spelling for /NaNQ?/
p4raw-id: //depot/perl@3063
-rwxr-xr-x | t/lib/bigfloatpm.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/t/lib/bigfloatpm.t b/t/lib/bigfloatpm.t index a0f0f40054..cf7d09b097 100755 --- a/t/lib/bigfloatpm.t +++ b/t/lib/bigfloatpm.t @@ -445,10 +445,10 @@ $Math::BigFloat::div_scale = 20 $Math::BigFloat::div_scale = 40 &fsqrt +0:0 --1:/^(?i:0|NaNQ?)$ --2:/^(?i:0|NaNQ?)$ --16:/^(?i:0|NaNQ?)$ --123.456:/^(?i:0|NaNQ?)$ +-1:/^(?i:0|\?|NaNQ?)$ +-2:/^(?i:0|\?|NaNQ?)$ +-16:/^(?i:0|\?|NaNQ?)$ +-123.456:/^(?i:0|\?|NaNQ?)$ +1:1. +1.44:1.2 +2:1.41421356237309504880168872420969807857 |