Main > Programming > Libraries >

Math::BigRat 0.20

Math::BigRat 0.20

Sponsored Links

Math::BigRat 0.20 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.050 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 802
Date added: 2007-08-14
Publisher: Tels

Math::BigRat 0.20 description

Math::BigRat package arbitrary big rational numbers.

SYNOPSIS

use Math::BigRat;

my $x = Math::BigRat->new(3/7); $x += 5/9;

print $x->bstr(),"n";
print $x ** 2,"n";

my $y = Math::BigRat->new(inf);
print "$y ", ($y->is_inf ? is : is not) , " infinityn";

my $z = Math::BigRat->new(144); $z->bsqrt();

Math::BigRat complements Math::BigInt and Math::BigFloat by providing support for arbitrary big rational numbers.

MATH LIBRARY

You can change the underlying module that does the low-level math operations by using:

use Math::BigRat try => GMP;

Note: This needs Math::BigInt::GMP installed.
The following would first try to find Math::BigInt::Foo, then Math::BigInt::Bar, and when this also fails, revert to Math::BigInt::Calc:

use Math::BigRat try => Foo,Math::BigInt::Bar;

If you want to get warned when the fallback occurs, replace "try" with "lib":

use Math::BigRat lib => Foo,Math::BigInt::Bar;

If you want the code to die instead, replace "try" with "only":

use Math::BigRat only => Foo,Math::BigInt::Bar;

Math::BigRat 0.20 Screenshot

Advertisements

Math::BigRat 0.20 Keywords

Bookmark Math::BigRat 0.20

Hyperlink code:
Link for forum:

Math::BigRat 0.20 Copyright

WareSeeker periodically updates pricing and software information of Math::BigRat 0.20 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::BigRat 0.20 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::BigInt is an arbitrary size integer/float math package. Free Download
Math::Macopt is a Perl wrapper for macopt++, which is a conjugate gradient library. Free Download
Math::XOR is a package to handle XOR encryption of string buffers. Free Download
Math::Expr is a Perl module that parses mathematical expressions. Free Download
SimPat - Simple Patricia trie a.k.a. crit-bit tree routines (written in C) to map bit-strings to values. Free Download
Math Objects is a math template library for C++ using generic programming techniques. Free Download
Math::GSL is a Perl module for the GNU Scientific Library. Free Download
Math::Roman contains arbitrary sized Roman numbers and conversion from and to Arabic. Free Download