Main > Programming > Libraries >

Math::String 1.27

Math::String 1.27

Sponsored Links

Math::String 1.27 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.060 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 846
Date added: 2007-06-30
Publisher: Math::String team

Math::String 1.27 description

Math::String module contains arbitrary sized integers having arbitrary charsets to calculate with key rooms.

SYNOPSIS

use Math::String;
use Math::String::Charset;

$a = new Math::String cafebabe; # default a-z
$b = new Math::String deadbeef; # a-z
print $a + $b; # Math::String ""

$a = new Math::String aa; # default a-z
$b = $a;
$b++;
print "$b > $a" if ($b > $a); # prove that ++ makes it greater
$b--;
print "$b == $a" if ($b == $a); # and that ++ and -- are reverse

$d = Math::String->bzero( [0...9] ); # like Math::Bigint
$d += Math::String->new ( 9999, [ 0..9 ] );
# Math::String "9999"

print "$dn"; # string "00000n"
print $d->as_number(),"n"; # Math::BigInt "+11111"
print $d->last(5),"n"; # string "99999"
print $d->first(3),"n"; # string "111"
print $d->length(),"n"; # faster than length("$d");

$d = Math::String->new ( , Math::String::Charset->new ( {
minlen => 2, start => [ a..z ], } );

print $d->minlen(),"n"; # print 2
print ++$d,"n"; # print aa

Math::String 1.27 Screenshot

Advertisements

Math::String 1.27 Keywords

Bookmark Math::String 1.27

Hyperlink code:
Link for forum:

Math::String 1.27 Copyright

WareSeeker periodically updates pricing and software information of Math::String 1.27 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Math::String 1.27 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Math::String::Charset is a simple charset for Math::String objects. Free Download
String::MFN is a Perl module to Normalize a string in the manner of the mfn utility. Free Download
Math::Zap::Triangle2 - triangles in 2D space. Free Download
Math::Roman contains arbitrary sized Roman numbers and conversion from and to Arabic. Free Download
Math::String::Charset::Nested is a charset for Math::String objects. Free Download
Math::BigInt is an arbitrary size integer/float math package. Free Download
Math::Zap::Matrix is a Perl module for 3*3 matrix manipulation. Free Download
Math::Zap::Matrix2 is a Perl module for 2*2 matrix manipulation. Free Download