Skip to content

Commit

Permalink
Improved latex formatting in NOTE docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePisco committed Jul 11, 2024
1 parent cd078ff commit 11270fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sage/schemes/elliptic_curves/ell_finite_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -2857,8 +2857,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
"""
Expand Down

0 comments on commit 11270fb

Please sign in to comment.