Пакет perl-Math-Prime-Util-GMP: Информация

    Исходный пакет: perl-Math-Prime-Util-GMP
    Версия: 0.52-alt1
    Собран:  2 декабря 2023 г. 23:56
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/danaj/Math-Prime-Util-GMP

    Лицензия: perl
    О пакете: Utilities related to prime numbers, using GMP
    Описание: 
    A set of utilities related to prime numbers, using GMP.  This includes
    primality tests, getting primes in a range, and factoring.
    
    While it certainly can be used directly, the main purpose of this
    module is for the Math::Prime::Util manpage.  That module will automatically
    load this one if it is installed, greatly speeding up many of its
    operations on big numbers.
    
    Inputs and outputs for big numbers are via strings, so you do not need
    to use a bigint package in your program.  However if you do use bigints,
    inputs will be converted internally so there is no need to convert
    before a call.  Output results are returned as either Perl scalars
    (for native-size) or strings (for bigints).  the Math::Prime::Util manpage tries
    to reconvert all strings back into the callers bigint type if possible,
    which makes it more convenient for calculations.
    
    The various `is_*_pseudoprime' tests are more appropriately called
    `is_*_probable_prime' or `is_*_prp'.  They return 1 if the input is a
    probable prime based on their test.  The naming convention is historical
    and follows Pari, the Math::Primality manpage, and some other math packages.
    The modern definition of pseudoprime is a *composite* that passes the
    test, rather than any number.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Math-Prime-Util-GMP (e2kv6, e2kv5, e2kv4, e2k)
    perl-Math-Prime-Util-GMP-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

      1. perl(Exporter.pm)
      2. perl(ExtUtils/MakeMaker.pm)
      3. perl(List/Util.pm)
      4. perl(Math/BigFloat.pm)
      5. perl(Math/BigInt.pm)
      6. perl(Math/Primality.pm)
      7. perl(Math/Prime/Util.pm)
      8. perl(Math/Prime/Util/ECAffinePoint.pm)
      9. perl(Test/More.pm)
      10. perl(Test/Perl/Critic.pm)
      11. perl(Text/ParseWords.pm)
      12. perl(Time/HiRes.pm)
      13. perl(XSLoader.pm)
      14. perl(base.pm)
      15. perl(bigint.pm)
      16. perl(threads.pm)
      17. perl(threads/shared.pm)
      18. perl-devel
      19. perl-podlators
      20. rpm-build-perl
      21. libgmp-devel
      22. perl(Benchmark.pm)
      23. perl(Carp.pm)
      24. perl(Devel/CheckLib.pm)
      25. perl(Config.pm)

    Последнее изменение


    25 июня 2020 г. Igor Vlasenko 0.52-alt1
    - automated CPAN update
    24 января 2019 г. Igor Vlasenko 0.51-alt1.1
    - rebuild with new perl 5.28.1
    2 сентября 2018 г. Igor Vlasenko 0.51-alt1
    - automated CPAN update