symengine / SymEngine.jl

Julia wrappers of SymEngine
MIT License
192 stars 43 forks source link

GCD does not work correctly #263

Open shashi opened 12 months ago

shashi commented 12 months ago
julia> gcd(x,y)
0

julia> length(repr(gcd(x,2y)))
473455