From: Bruno Haible Date: Wed, 25 Aug 2004 10:54:13 +0000 (+0000) Subject: Update comment. X-Git-Tag: cln_1-1-9~24 X-Git-Url: https://www.ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;h=5849757ed2e04314006a8660c1f4332b642fa871;p=cln.git Update comment. --- diff --git a/src/numtheory/cl_nt_sqrtmodp.cc b/src/numtheory/cl_nt_sqrtmodp.cc index cf2556e..8208b6d 100644 --- a/src/numtheory/cl_nt_sqrtmodp.cc +++ b/src/numtheory/cl_nt_sqrtmodp.cc @@ -314,7 +314,7 @@ const sqrt_mod_p_t sqrt_mod_p (const cl_modint_ring& R, const cl_MI& a) } var uintL l = integer_length(p); var uintL e = ord2(p-1); - //if (e > 30 && e > l/(log((double)l)*0.72-1)) + //if (e > 30 && e > l/(::log((double)l)*0.72-1)) if (e > 30 && e > l/(::log((double)l)*0.92-2.41)) // Algorithm 2. return cantor_zassenhaus_sqrt(R,a);