JuliaPy / SymPy.jl

Julia interface to SymPy via PyCall
http://juliapy.github.io/SymPy.jl/
MIT License
269 stars 61 forks source link

modify real, imag to return Sym not N(...) #443

Closed jverzani closed 3 years ago

jverzani commented 3 years ago

Treating as a bug fix, as real(x) isa real(typeof(x)) was not satisfied