Ticket #3651: sage-trac3651.patch
| File sage-trac3651.patch, 1.1 kB (added by cremona, 5 months ago) |
|---|
-
a/sage/schemes/elliptic_curves/lseries_ell.py
old new 14 14 Q = RationalField() 15 15 C = ComplexField() 16 16 import sage.functions.constants as constants 17 import sage.misc.all as misc 17 18 18 19 class Lseries_ell(SageObject): 19 20 """ … … 619 620 sage: E.lseries().L_ratio() 620 621 2 621 622 623 # See trac #3651: 624 sage: EllipticCurve([0,0,0,-193^2,0]).sha().an() 625 4 626 622 627 WARNING: It's conceivable that machine floats are not large 623 628 enough precision for the computation; if this could be the 624 629 case a RuntimeError is raised. The curve's real period would