Ticket #701 (closed enhancement: fixed)
[with patch] port srange to Cython for speed
| Reported by: | malb | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | sage-2.8.6 |
| Component: | basic arithmetic | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
William complained about srange being slow several times now. Let's fix it.
Attachments
Change History
comment:3 Changed 6 years ago by jsp
- Status changed from closed to reopened
- Resolution fixed deleted
The srange function with include_endpoint=True does not include the endpoint in some cases:
sage: srange(1.0, 5.0, include_endpoint=True)
[1.00000000000000, 2.00000000000000, 3.00000000000000, 4.00000000000000]
comment:4 Changed 6 years ago by was
- Summary changed from port srange to Cython for speed to port srange to Cython for speed [patch attached]
- Milestone changed from sage-2.8.5 to sage-2.8.6
Note: See
TracTickets for help on using
tickets.

