JuliaMath / Calculus.jl

Calculus functions in Julia
Other
276 stars 76 forks source link

Resolving issue #61: Expressions evaluated to NaN #107

Closed johanbluecreek closed 7 years ago

johanbluecreek commented 7 years ago

Changed != to use !isequal() to not get stuck in infinite loops with NaN. Non-trivial test also added that verifies this.

johanbluecreek commented 7 years ago

Sorry, first time editing packages with julia. Hope this works. Just pinging the issue #61 in here as well.

johanbluecreek commented 7 years ago

I don't understand the check error. Let me know if it something that I should fix (and then how).

johnmyleswhite commented 7 years ago

This looks like it wasn't a real error. I'm going to merge this now. Thanks for the PR!