From 0866d0076f0c77f1d7e36d2c9bfad8e551786079 Mon Sep 17 00:00:00 2001 From: Martin Grenouilloux Date: Thu, 11 Jul 2024 20:09:36 +0200 Subject: [PATCH] Improved latex formatting in NOTE docstring --- src/sage/schemes/elliptic_curves/ell_finite_field.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sage/schemes/elliptic_curves/ell_finite_field.py b/src/sage/schemes/elliptic_curves/ell_finite_field.py index 7ec8e2f8fad..54416bbabe9 100755 --- a/src/sage/schemes/elliptic_curves/ell_finite_field.py +++ b/src/sage/schemes/elliptic_curves/ell_finite_field.py @@ -2847,8 +2847,8 @@ def EllipticCurve_with_prime_order(N): Depending on the input, this function may run for a *very* long time. This algorithm consists of multiple "search rounds" for a suitable discriminant `D`. We expect this algorithm to terminate after a number - of rounds that is polynomial in `loglog N`. In practice (cf. Section 5), - this number is usually 1. + of rounds that is polynomial in `\log\log N`. In practice (cf. Section + 5), this number is usually 1. ALGORITHM: [BS2007]_, Algorithm 2.2 """