File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments