JuliaIntervals / IntervalRootFinding.jl

Library for finding the roots of a function using interval arithmetic
https://juliaintervals.github.io/IntervalRootFinding.jl/
Other
127 stars 26 forks source link

Integration with Symbolic packages #82

Closed djsegal closed 6 years ago

djsegal commented 6 years ago

Currently calling lambdify on a symbolic expression does not work as nicely as explicitly defining a function

I believe this is why I got the following error:

DomainError:
log will only return a complex result if called with a complex argument. Try log(complex(x)).

From,

djsegal commented 6 years ago

I don't know what caused the domain error. But it wasn't lambdify :(