Skip Menu |

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

Report information
The Basics
Id: 103540
Status: new
Priority: 0/
Queue: Math-BigInt

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

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



Subject: bmod() doesn't work with upgrading from Math::BigInt to Math::BigFloat
$ perl -MMath::BigInt=upgrade,Math::BigFloat -MMath::BigFloat -wle '$x = Math::BigInt->new(22); $y = Math::BigFloat->new(7); print scalar $x->bmod($y)' Can't use an undefined value as an ARRAY reference at /usr/local/lib/perl5/5.14/Math/BigInt/Calc.pm line 1359.