forked from Lainports/freebsd-ports
Math::GMPq is a bigrational module utilising the GNU MP (GMP) library. Basically this module simply wraps all of the mpq rational functions provided by that library. See the Math::GMPq test suite for some examples of usage. IMPORTANT: If your perl was built with '-Duse64bitint' you need to assign all integers larger than 52-bit in a 'use integer;' block. Failure to do so can result in the creation of the variable as an NV (rather than an IV) - with a resultant loss of precision. WWW: http://search.cpan.org/dist/Math-GMPq/
16 lines
802 B
Text
16 lines
802 B
Text
%%SITE_PERL%%/%%PERL_ARCH%%/Math/GMPq.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/Math/GMPq/Random.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/Math/GMPq/V.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPq/.packlist
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPq/GMPq.bs
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPq/GMPq.so
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPq/Random/Random.bs
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPq/Random/Random.so
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPq/V/V.bs
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPq/V/V.so
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPq/V
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPq/Random
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/GMPq
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Math/GMPq
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math
|