Skip to content

Commit ec8312b

Browse files
committed
add ? to = in BSD formula
1 parent 2ccd9ec commit ec8312b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lmfdb/ecnf/WebEllipticCurve.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,7 @@ def make_E(self):
671671

672672
dot = '\\cdot'
673673
approx = '\\approx'
674+
eq_query = '\\overset{?}{=}'
674675
frac = '\\frac'
675676
Sha = '\\# Ш(E/K)'
676677
Om = '\\Omega(E/K)'
@@ -688,7 +689,7 @@ def make_E(self):
688689
rhs_num = rf'{BSDsha} {dot} {BSDomega:0.6f} {dot} {BSDReg:0.6f} {dot} {BSDprodcp}'
689690
rhs_den = rf'{{{BSDntors}^2 {dot} {BSDrootdisc:0.6f}}}'
690691
rhs = rf'{frac}{{ {rhs_num} }} {{ {rhs_den} }}'
691-
self.bsd_formula = rf'{BSDLvalue:0.9f} {approx} {lder_name} = {lhs} {approx} {rhs} {approx} {BSDLvalue_from_formula:0.9f}'
692+
self.bsd_formula = rf'{BSDLvalue:0.9f} {approx} {lder_name} {eq_query} {lhs} {approx} {rhs} {approx} {BSDLvalue_from_formula:0.9f}'
692693

693694
else:
694695
self.BSDsha = "not available"

0 commit comments

Comments
 (0)