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
The LaTeX importer doesn't technically import actual LaTeX, so you would instead have to do import_latex('squareroot{20}')
There has been a lot of discussion on why this is the case, which you can see in other issues. If you need anything more I would recommend to use a different form or to write your own lexer and parser.
When i run Guppy('g1').import_latex('\sqrt{20}')
I have error: Uncaught Unrecognised symbol: sqrt.
But i search in Guppy.engine.symbols and have sqrt
The text was updated successfully, but these errors were encountered: