Subject: | band bxor bior don't work at all |
danielt@nuts:~> pmvers Math::BigFloat
1.60
danielt@nuts:~> pmvers Math::BigInt
1.89
danielt@nuts:~> pmvers Math::BigInt::Calc
0.52
danielt@nuts:~> perl -MCarp::Always -MMath::BigFloat -E 'sub b {
Math::BigFloat->new(shift) }; b(10)->band(b(5))'
Can't use an undefined value as an ARRAY reference at
/home/danielt/perl5/lib/perl5/Math/BigInt/Calc.pm line 1175
Math::BigInt::Calc::_acmp('Math::BigInt::FastCalc', undef,
undef) called at /home/danielt/perl5/lib/perl5/Math/BigInt/Calc.pm line
2071
Math::BigInt::Calc::_and('Math::BigInt::FastCalc', undef, undef)
called at /home/danielt/perl5/lib/perl5/Math/BigInt.pm line 2065
Math::BigInt::band('Math::BigFloat=HASH(0x8984818)',
'Math::BigFloat=HASH(0x8bc7180)') called at -e line 1
zsh: exit 255 perl -MCarp::Always -MMath::BigFloat -E
danielt@nuts:~> perl -MCarp::Always -MMath::BigFloat -E 'sub b {
Math::BigFloat->new(shift) }; b(10)->bxor(b(5))'
Can't use an undefined value as an ARRAY reference at
/home/danielt/perl5/lib/perl5/Math/BigInt/Calc.pm line 1175
Math::BigInt::Calc::_acmp('Math::BigInt::FastCalc', undef,
undef) called at /home/danielt/perl5/lib/perl5/Math/BigInt/Calc.pm line
2106
Math::BigInt::Calc::_xor('Math::BigInt::FastCalc', undef, undef)
called at /home/danielt/perl5/lib/perl5/Math/BigInt.pm line 2144
Math::BigInt::bxor('Math::BigFloat=HASH(0x8dde818)',
'Math::BigFloat=HASH(0x9021180)') called at -e line 1
zsh: exit 255 perl -MCarp::Always -MMath::BigFloat -E
danielt@nuts:~> perl -MCarp::Always -MMath::BigFloat -E 'sub b {
Math::BigFloat->new(shift) }; b(10)->bior(b(5))'
Can't use an undefined value as an ARRAY reference at
/home/danielt/perl5/lib/perl5/Math/BigInt/Calc.pm line 1175
Math::BigInt::Calc::_acmp('Math::BigInt::FastCalc', undef,
undef) called at /home/danielt/perl5/lib/perl5/Math/BigInt/Calc.pm line
2142
Math::BigInt::Calc::_or('Math::BigInt::FastCalc', undef, undef)
called at /home/danielt/perl5/lib/perl5/Math/BigInt.pm line 2105
Math::BigInt::bior('Math::BigFloat=HASH(0x86a3818)',
'Math::BigFloat=HASH(0x88e6180)') called at -e line 1
zsh: exit 255 perl -MCarp::Always -MMath::BigFloat -E