Changes between Version 1 and Version 4 of Ticket #17547
- Timestamp:
- 12/25/14 10:28:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17547 – Description
v1 v4 11 11 e^x 12 12 }}} 13 If the name is e.g. `p2` `AFunction.eval` gets called, but not with name equal to a function provided with GiNaC. Compare the above with 14 {{{ 15 ... 16 sage: p2 = AFunction('p2', 2) 17 sage: p2(x) 18 x^2 19 }}} 13 20 The attempt at creation should give an error (plus respective documentation warnings). 14 21