Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRY and improve the documentation on the code doing translations to sympy back and forward #785

Open
2 tasks
mmatera opened this issue Feb 13, 2023 · 2 comments

Comments

@mmatera
Copy link
Contributor

mmatera commented Feb 13, 2023

  • move code from builtins like Solve to mathics.core.convert.sympy
  • ...
@rocky
Copy link
Member

rocky commented Feb 13, 2023

Wasn't there specific conversion stuff around canonicalization of cube roots?

@mmatera
Copy link
Contributor Author

mmatera commented Feb 13, 2023

And rationalizing numbers. For example, 1/3^(1/2) in SymPy is written as 3^(1/2)/3, which could produce an endless recursion during the evaluation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants