summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-01-30 21:01:07 -0800
committerAndres Noetzli <andres.noetzli@gmail.com>2020-01-30 21:01:07 -0800
commitbb25127f32d46c60fbc99111df7c278d18c9ba33 (patch)
tree3377181222efba76be911604e8f179d3c90d7cb9 /contrib
parenta456ef81b15e2f8612cd41a31ad811af35f47846 (diff)
Fix arithmetic rewriter for exponentialfix3683
Fixes #3683. When rewriting `exp(2 + x)`, we did not reach a fix-point after a single call to the rewriter. We rewrote it to `exp(2) * exp(x)` instead of rewriting `exp(2)` further. This commit fixes the issue by making the rewrite response `REWRITE_AGAIN_FULL` s.t. we rewrite the subterms of the term we created.
Diffstat (limited to 'contrib')
0 files changed, 0 insertions, 0 deletions
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback