套件: libmath-prime-util-perl (0.73-2build1)
libmath-prime-util-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libmath-prime-util-perl:
- [libmath-prime-util-perl_0.73-2build1.dsc]
- [libmath-prime-util-perl_0.73.orig.tar.gz]
- [libmath-prime-util-perl_0.73-2build1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- gregor herrmann
- Salvatore Bonaccorso
- Clément Hermann
外部的資源:
- 主頁 [metacpan.org]
相似套件:
utilities related to prime numbers, including fast sieves and factoring
Math::Prime::Util is a set of perl 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 Math::Prime::XS, Math::Prime::FastSieve, Math::Factor::XS, Math::Prime::TiedArray, Math::Big::Factors, Math::Factoring, and Math::Primality (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 Math::Pari 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. However, performance will be improved for most big number functions by installing Math::Prime::Util::GMP, and is definitely recommended if you do many bignum operations. Also look into Math::Pari as an alternative.
其他與 libmath-prime-util-perl 有關的套件
|
|
|
-
- dep: libc6 (>= 2.29)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: libmath-prime-util-gmp-perl
- utilities related to prime numbers, using GMP
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- dep: perlapi-5.34.0
- 本虛擬套件由這些套件提供: perl-base
-
- rec: libdigest-sha-perl
- Perl extension for SHA-1/224/256/384/512, SHA-512/224 and SHA-512/256
-
- rec: libmath-bigint-gmp-perl
- module for arbitrary precision arithmetic using GMP