Package perl-Math-GMPq: Information

    Binary package: perl-Math-GMPq
    Version: 0.56-alt1
    Architecture: e2kv5
    Build time:  Dec 2, 2023, 07:29 AM
    Source package: perl-Math-GMPq
    Category: Development/Perl
    Report package bug
    License: perl
    Summary: perl interface to the GMP library's rational (mpq) functions..
    Description: 
    A bigrational module utilising the Gnu MP (GMP) library..
       Basically this module simply wraps all of the 'mpq'
       (rational number) functions provided by that library.
       The documentation below extensively plagiarises the GMP
       documentation (which can be found at http://gmplib.org).
       See also the Math::GMPq test suite for 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.

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    Last changed


    Oct. 21, 2023 Igor Vlasenko 0.56-alt1
    - automated CPAN update
    Aug. 13, 2023 Igor Vlasenko 0.55-alt1
    - automated CPAN update
    Feb. 25, 2023 Igor Vlasenko 0.53-alt1
    - automated CPAN update