Subject: | [perl #41192] numify of BigInt overflows incorrectly |
This bug is to track the Math::BigInt::FastCalc part of the following issue:
[perl #41192] numify of BigInt overflows incorrectly
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2007-01/msg00172.html
For example, the following code should return a Perl scalar numerical
nan, but should return a Perl scalar numerical infinity:
$ perl -MMath::BigInt=lib,FastCalc -lwe 'print Math::BigInt ->
new("1e1000") -> numify'
nan