Changes between Initial Version and Version 1 of Ticket #22844, comment 6
- Timestamp:
- 05/04/17 14:40:17 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22844, comment 6
initial v1 1 1 The latex conversion would be easily fixed. However, the fails show that there is the problem that the limit function can have either 3 or 4 arguments, the latter with an additional direction. I don't think Sage can handle this at the moment without tuples as arguments like in `hypergeometric`, and this would change the code substantially. 2 3 EDIT: it may be possible to use two functions; checks elsewhere would then have to be done with both. The Maxima interface would have to know about it.