Ticket #6200 (closed enhancement: fixed)
[with patch, positive review] Use mpmath to compute constants
| Reported by: | fredrik.johansson | Owned by: | jkantor |
|---|---|---|---|
| Priority: | major | Milestone: | sage-4.1 |
| Component: | numerical | Keywords: | |
| Cc: | Author(s): | Fredrik Johannson, Mike Hansen | |
| Report Upstream: | Reviewer(s): | Nick Alexander | |
| Merged in: | sage-4.1.rc0 | Work issues: |
Description
Assumes that mpmath has been added to Sage (#6196)
Patch summary:
Use mpmath to compute numerical values of constants.
Previously khinchin, mertens and twinprime were LimitedPrecisionConstant?, but with this patch they can be computed to any precision.
The patch also adds the Glaisher constant (which is available in mpmath) and corrects the name of the Mertens constant.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

