Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Math::FixedPrecision and bignum clash

by thanos1983 (Parson)
on Oct 08, 2014 at 12:58 UTC ( [id://1103171]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $pi = "3.1415";
    my $substr = substr $pi, 0, 4;
    print "\substring: ".$substr."\n"; # $substr: 1.14
    
  2. or download this
    #!/usr/bin/perl
    use bignum;
    ...
    inf
    NaN
    1.15792089237316e+76
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1103171]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-25 09:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found