Changes between Version 1 and Version 2 of Ticket #16898, comment 14
- Timestamp:
- Aug 31, 2014, 8:05:03 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16898, comment 14
v1 v2 26 26 True 27 27 }}} 28 It seems that changing the entry for `symtable['%e']` to `'exp(1)'` sort-of fixes this, but obviously, for `%i` and `%I` we have the same problem. 29 30 This won't be quite bulletproof either, due to: 31 {{{ 32 sage: function('log') 33 log 34 sage: sage.functions.log.log(x) == log(x) 35 }}} 36 but that currently won't even make it *to* maxima (that would need a `_SAGE_FUNCTION_log` encoding)