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

    Исходный пакет: perl-Math-Prime-Util
    Версия: 0.73-alt3
    Последняя версия по данным Repology
    Собран:  7 декабря 2021 г. 1:14 в задании #291541
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/danaj/Math-Prime-Util

    Лицензия: perl
    О пакете: Utilities related to prime numbers, including fast sieves and factoring
    Описание: 
    A set of utilities related to prime numbers.  These include multiple sieving.methods, is_prime, prime_count, nth_prime, approximations and bounds for
    the prime_count and nth prime, next_prime and prev_prime, factoring utilities,
    and more.
    
    The default sieving and factoring are intended to be (and currently are)
    the fastest on CPAN, including the Math::Prime::XS manpage, the Math::Prime::FastSieve manpage,
    the Math::Factor::XS manpage, the Math::Prime::TiedArray manpage, the Math::Big::Factors manpage,
    the Math::Factoring manpage, and the Math::Primality manpage (when the GMP module is available).
    For numbers in the 10-20 digit range, it is often orders of magnitude faster.
    Typically it is faster than the Math::Pari manpage for 64-bit operations.
    
    All operations support both Perl UV's (32-bit or 64-bit) and bignums.  It
    requires no external software for big number support, as there are Perl
    implementations included that solely use Math::BigInt and Math::BigFloat.
    If you want high performance with big numbers (larger than Perl's UV
    size), you should install the Math::Prime::Util::GMP manpage.  This will be a
    recurring theme throughout this documentation -- while all bignum operations
    are supported in pure Perl, most methods will be much slower than the C+GMP
    alternative.
    
    The module is thread-safe and allows concurrency between Perl threads while
    still sharing a prime cache.  It is not itself multi-threaded.  See the
    Limitations section if you are using Win32 and threads in
    your program.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Math-Prime-Util (x86_64, ppc64le, i586, armh, aarch64)
    perl-Math-Prime-Util-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    perl-Math-Prime-Util-scripts (noarch)

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

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

    Права:
    Igor Vlasenko
    @everybody

      1. perl(Term/ANSIColor.pm)
      2. perl(Test/More.pm)
      3. perl(Test/Perl/Critic.pm)
      4. perl(Text/Diff.pm)
      5. perl(Tie/Array.pm)
      6. perl(Time/HiRes.pm)
      7. libsowing-devel
      8. perl(XSLoader.pm)
      9. perl(autodie.pm)
      10. perl(base.pm)
      11. perl(bigint.pm)
      12. perl(bignum.pm)
      13. perl(constant.pm)
      14. perl(threads.pm)
      15. perl(threads/shared.pm)
      16. perl-devel
      17. perl-podlators
      18. /proc
      19. rpm-build-perl
      20. perl(List/Util.pm)
      21. perl(Crypt/Primes.pm)
      22. perl(Crypt/Random.pm)
      23. perl(Exporter.pm)
      24. perl(ExtUtils/MakeMaker.pm)
      25. perl(Math/BigFloat.pm)
      26. perl(Math/BigInt.pm)
      27. perl(Data/BitStream/XS.pm)
      28. perl(Data/Dump.pm)
      29. perl(Math/Factor/XS.pm)
      30. perl(Math/Pari.pm)
      31. perl(Math/PariInit.pm)
      32. perl(Iterator/Simple.pm)
      33. perl(Benchmark.pm)
      34. perl(Bytes/Random/Secure.pm)
      35. perl(Math/Primality.pm)
      36. perl(Math/Prime/XS.pm)
      37. perl(Devel/Size.pm)
      38. perl(Carp.pm)
      39. perl(File/Spec/Functions.pm)
      40. perl(Config.pm)
      41. perl(FindBin.pm)

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


    6 декабря 2021 г. Igor Vlasenko 0.73-alt3
    - fixed build (use upstream commit 5ae0320b)
    27 сентября 2020 г. Igor Vlasenko 0.73-alt2
    - fixed warning: scripts should be .noarch
    24 января 2019 г. Igor Vlasenko 0.73-alt1.1
    - rebuild with new perl 5.28.1