Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Math::Base - arithmetics with baseX integers (updated)

by shmem (Chancellor)
on Aug 22, 2017 at 12:19 UTC ( [id://1197795]=CUFP: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use 5.10.0;
    use Math::Base;
    ...
    
    $xyz = Math::Base->new(64, 'XYZabc', 1);
    say $xyz->num;                 # 36013230438
    
  2. or download this
    package Math::Base;
    use strict; use warnings;
    ...
    }
    1;
    __END__
    
  3. or download this
    package Math::Base;
    use strict; use warnings;
    ...
    }
    1;
    __END__
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (8)
As of 2024-04-25 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found