Changes between Initial Version and Version 1 of Ticket #18697, comment 6
- Timestamp:
- 09/03/17 07:20:46 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18697, comment 6
initial v1 3 3 sage: pi + RBF(1) 4 4 }}} 5 The expected output would be `[4.141592653589793 +/- 5.61e-16]`, i.e. the same as with `RBF(pi) + RBF(1)`. Constant conversions thus need to take the right parent in account. There may be multiple unconcilable parents and that fact may be hidden deep in the expression tree.5 The expected output would be `[4.141592653589793 +/- 5.61e-16]`, i.e. the same as with `RBF(pi) + RBF(1)`. Constant conversions thus need to take the right parent into account. There may be multiple incompatible parents and that fact may be hidden deep in the expression tree.