Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Math::FixedPrecision and bignum clash

by mje (Curate)
on Oct 08, 2014 at 09:55 UTC ( [id://1103151]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        print Dumper($one);
        print Dumper("$one");
    }
    
  2. or download this
    $VAR1 = bless( {
                     '_m' => [
    ...
                     'sign' => '+'
                   }, 'Math::FixedPrecision' );
    $VAR1 = '2.00';
    
  3. or download this
    use strict;
    use warnings;
    ...
        print Dumper($one);
        print Dumper("$one");
    }
    
  4. or download this
    $VAR1 = bless( {
                     'value' => [
    ...
                     'sign' => '+'
                   }, 'Math::FixedPrecision' );
    Can't use an undefined value as an ARRAY reference at /home/perlbrew/p
    +erls/perl-5.16.0/lib/5.16.0/Math/BigInt/Calc.pm line 1259.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1103151]
Approved by Eily
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-26 04:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found