Limits with Symbolics.jl

Is it possible to use Symbolics.jl to compute limits? For example, the limit of the function f(x) = (1 - cos(x)) / x^2 when x → 0. I know that this is possible with SymPy.jl.

Question is similar to this thread, perhaps there might be some insight there.

Not yet. Open an issue.

1 Like