JuliaMath / Calculus.jl

Calculus functions in Julia
Other
278 stars 76 forks source link

Fix simplify of subtractions with 0 (fixes issue #82) #108

Closed Godisemo closed 7 years ago

Godisemo commented 7 years ago

I noticed now, that a pull request fixing this was already submitted (#83). Since the other PR has a lot of unrelated changes, and still haven't been merged, I would suggest to merge this one instead. The changes are minimal, and only accounts for the special cases :(a-0) and :(0-a).