This is an automated email from the git hooks/post-receive script.

ppm-guest pushed a commit to annotated tag v0.40
in repository libmath-prime-util-perl.

commit db84c0ca693d5aced7add18bb137c506385ee0d7
Author: Dana Jacobsen <d...@acm.org>
Date:   Fri Mar 7 17:54:01 2014 -0800

    Add coverage areas
---
 TODO | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/TODO b/TODO
index 021d8b0..55c161e 100644
--- a/TODO
+++ b/TODO
@@ -68,3 +68,32 @@
 - Ensure a fast path for Math::GMP from MPU -> MPU:GMP -> GMP, and back.
 
 - znlog better implementation
+
+- coverage:
+   util.c:  modinverse, divmod (from dlp_prho), Ei with x > 2000
+   lmo.c:  legendre phi
+   factor.c: factor with a perfect power: e.g. 2*3^2 and 5*7 * 5*7, dlp_prho
+   Util:  random_maurer_prime_with_cert
+          random_shawe_taylor_prime_with_cert
+          random_proven_prime_with_cert
+          miller_rabin_random non-GMP
+          primorial non-GMP
+          pn_primorial non-GMP
+          partitions non-GMP
+          generic forprimes
+          generic forcomposites
+          generic fordivisors
+          prime_iterator to GMP
+          prime_iterator to PP
+          next_prime to PP
+          prev_prime to PP
+          prime_count to PP
+          factor to PP
+   PP:    prime_precalc, prime_memfree
+          _tiny_prime_count
+          is_bpsw_prime
+          partitions, primorial, nth_prime_approx, gcd, lcm,cheb_theta/psi
+          divisor_sum with overflowing k=2
+          trial_factor with bigint
+          pminus1_factor with stage 2
+          ecm_factor with stage 2

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to