Skip Menu |

This queue is for tickets about the bignum CPAN distribution.

Report information
The Basics
Id: 8817
Status: resolved
Priority: 0/
Queue: bignum

People
Owner: TELS [...] cpan.org
Requestors: brett-hunsaker [...] automation-software.com
Cc:
AdminCc:

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



Subject: Comparison failures using bignum
The following results in the error: Can't use an undefined value as an ARRAY reference at D:/Perl/lib/Math/BigInt/Calc.pm line 908. --- use bignum 0.15; print( 0 <= 0.000001 ); --- Perl version: This is perl, v5.8.0 built for MSWin32-x86-multi-thread (with 1 registered patch, see perl -V for more detail) Copyright 1987-2002, Larry Wall Binary build 806 provided by ActiveState Corp. http://www.ActiveState.com Built 00:45:44 Mar 31 2003 Can't use an undefined value as an ARRAY reference at D:/Perl/lib/Math/BigInt/Calc.pm line 908
[guest - Thu Dec 9 21:14:05 2004]: Fixed with current ActiveState distribution (V5.8.4) using bignum V0.15.
This bug was caused by a bug in Math::BigInt/Math::BigFloat and has since been fixed (Math::BigInt v1.74 + bignum v0.16 works ok on my system).