Changes between Initial Version and Version 1 of Ticket #18970, comment 11
- Timestamp:
- 08/30/16 15:04:13 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18970, comment 11
initial v1 1 The code at hand unconditionally tries to coerce the arguments into ZZ,QQ instead of checking the type first. A art from the speed issue it also would benefit from moving completely into GiNaC: atm some cases are intercepted unnecessarily in `Function_log.__call__` which itself awkwardly calls Pynac.1 The code at hand unconditionally tries to coerce the arguments into ZZ,QQ instead of checking the type first. Apart from the speed issue it also would benefit from moving completely into GiNaC: atm some cases are intercepted unnecessarily in `Function_log.__call__` which itself awkwardly calls Pynac.