Changes between Initial Version and Version 1 of Ticket #20084, comment 1
- Timestamp:
- 02/18/16 22:02:29 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20084, comment 1
initial v1 8 8 9 9 A second suggestion would be something like 10 {{{ diff10 {{{#!diff 11 11 diff --git a/src/sage/symbolic/expression.pyx b/src/sage/symbolic/expression.pyx 12 12 index 3a5c864..175bcad 100644 … … 23 23 r""" 24 24 }}} 25 where there are several ways to refine this approach: 26 27 - introduce an additional keyword that could disable this additional simplification such that performance does not suffer necessarily, 28 - only try to simplify for complex arguments of `a` 29 30 and so on. 31 32 Thoughts?