Skip Menu |

This queue is for tickets about the Math-BigInt-FastCalc CPAN distribution.

Report information
The Basics
Id: 63335
Status: resolved
Priority: 0/
Queue: Math-BigInt-FastCalc

People
Owner: Nobody in particular
Requestors: peter.john.acklam [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.24
Fixed in: (no value)



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
Fixed in version 0.25.