make a few held functions able to evaluate
Reported by: |
kcrisman |
Owned by: |
burcin |
Priority:
|
major
|
Milestone:
|
|
Component:
|
symbolics
|
Keywords:
|
|
Cc:
|
|
Merged in:
|
|
Authors:
|
|
Reviewers:
|
|
Report Upstream:
|
N/A
|
Work issues:
|
|
Branch:
|
|
Commit:
|
|
Dependencies:
|
|
Stopgaps:
|
|
After #9901 is merged, there are a few held functions which can't evaluate through Maxima or n()
, I think. Since this behavior didn't exist at all before, this is ok, but should be rectified. These would be the methods csgn
, step
, and Order
of symbolic expressions. See also #10070 for step
.
Change History (6)
Milestone: |
sage-5.11 →
sage-5.12
|
Milestone: |
sage-6.1 →
sage-6.2
|
Milestone: |
sage-6.2 →
sage-6.3
|
Milestone: |
sage-6.3 →
sage-6.4
|
This is related to #10034, which is about making it possible for all held functions to be evaluated without using Maxima or
n()
. This ticket, however, is about three held functions which can't even be evaluated with Maxima andn()
, much less Pynac natively.