Ticket #11799 (closed defect: fixed)
typo in tiny_integrals
| Reported by: | zimmerma | Owned by: | mvngu |
|---|---|---|---|
| Priority: | trivial | Milestone: | sage-4.8 |
| Component: | documentation | Keywords: | ecc2011 |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | Julian Rueth |
| Authors: | André Apitzsch | Merged in: | sage-4.8.alpha5 |
| Dependencies: | Stopgaps: |
Description
In the documentation of the function tiny_integrals one can find:
sage: K = pAdicField(17, 5)
sage: E = EllipticCurve(K, [-31/3, -2501/108])
sage: E.tiny_integrals?
...
P and Q MUST be in the same residue disk for this result to make
Here "disk" should read "disc".
Attachments
Change History
comment:2 Changed 18 months ago by aapitzsch
- Status changed from new to needs_review
- Authors set to André Apitzsch
comment:3 Changed 18 months ago by saraedum
- Status changed from needs_review to positive_review
- Reviewers set to Julian Rueth
tested against 4.8.alpha3.
Note: See
TracTickets for help on using
tickets.

