add sympy conversion #34
jonas-eschle
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As an idea, we could add conversion to sympy. This would allow to use the full power, including:
The implementation should be straight forward:
The only caveat I see so far is that the
==
operator has a different meaning in Sympy and is not a logical equal (https://docs.sympy.org/latest/gotchas.html#double-equals-signs), furthermore booleans and numericals don't mix so implicitly.So it seems to me an interesting idea where we may gain a lot, but it could also be a nightmare if the differences in behavior are too large. I don't know Sympy well at all, so maybe others have an opinion? What are your estimates?
Beta Was this translation helpful? Give feedback.
All reactions