You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
d = SymEngine(1.2)
undefined method `SymEngine' for main:Object
i = SymEngine::I
uninitialized constant SymEngine::I
i2 = SymEngine::cos(0.2)
undefined method `cos' for SymEngine:Module
SymEngine::nextprime(5)
undefined method `nextprime' for SymEngine:Module
and many more.
The first examples (like SymEngine::Symbol.new("x")) work.
I installed current symengine-version from github. I tried the symengine-gem version 0.0.2 with ruby 2.3.3 and ruby 2.6.5 - same failures with both versions.
Should this gem still work with current symengine?
The text was updated successfully, but these errors were encountered:
A lot of the notebook-examples fail:
and many more.
The first examples (like
SymEngine::Symbol.new("x")
) work.I installed current symengine-version from github. I tried the symengine-gem version 0.0.2 with ruby 2.3.3 and ruby 2.6.5 - same failures with both versions.
Should this gem still work with current symengine?
The text was updated successfully, but these errors were encountered: