Ticket #1333 (closed enhancement: fixed)
[with trivial patch, with positive review] fix a major inefficiency in floating point square root computation in Sage
| Reported by: | was | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.15 |
| Component: | basic arithmetic | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Paul Zimmerman's benchmarks unveiled a serious slowdown in x.sqrt() for x mpfr.
This patch fixes the problem.
Attachments
Change History
comment:1 Changed 6 years ago by cwitty
- Summary changed from [with trivial patch] fix a major inefficiency in floating point square root computation in Sage to [with trivial patch, with positive review] fix a major inefficiency in floating point square root computation in Sage
(I didn't actually test it, but...) looks good to me.
Note: See
TracTickets for help on using
tickets.

