Ticket #9878 (closed defect: fixed)
symbolic zeta(1) should return unsigned infinity
| Reported by: | burcin | Owned by: | burcin |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.6 |
| Component: | symbolics | Keywords: | pynac |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | Karl-Dieter Crisman |
| Authors: | Burcin Erocal | Merged in: | sage-4.6.alpha3 |
| Dependencies: | Stopgaps: |
Attachments
Change History
comment:1 follow-up: ↓ 2 Changed 3 years ago by burcin
- Status changed from new to needs_review
- Authors set to Burcin Erocal
With the new pynac package at #9201, we have:
sage: zeta(1) Infinity
attachment:trac_9878-zeta_infinity.patch adds doctests for this change.
The pynac package includes patches for #9394, #9834, #9879, #9881, #9900 as well as this ticket. See the ticket description of #9901 for the list (and order) of patches associated to the new version.
Note: See
TracTickets for help on using
tickets.

