From f13cdc3b99ef91cae4b9832726b28ba48669c4e2 Mon Sep 17 00:00:00 2001 From: William Hart Date: Thu, 27 Aug 2020 17:21:17 +0200 Subject: [PATCH] More comments. --- nf_elem/sqrt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nf_elem/sqrt.c b/nf_elem/sqrt.c index eae2d8336..5e038bcc0 100755 --- a/nf_elem/sqrt.c +++ b/nf_elem/sqrt.c @@ -36,6 +36,7 @@ * Remove small squares from denominator before rationalising * Move _fmpq_poly_set_fmpz_poly_mod_fmpz into Flint * Cache factorisation of f(n) on number field for future square roots + * Deal with primality vs probable prime testing */ int _fmpq_poly_set_fmpz_poly_mod_fmpz(fmpq_poly_t X,