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
Support for this has been partially implemented in #87 and #88 by @juca1331. It still requires use of some parentheses (e.g. (2)x) and likely doesn't work for all cases. It's opt-in via parser options. Feel free to have a play with this and leave any feedback here for improvements.
First of all, again: I really appreciate your work on this package ✨
Problem
In mathematics, you can usually write
2x
to refer to2 * x
. This is also how e.g. calculators, TeX, etc. handle it.math_expressions
does not seem to be able to handle implicit multiplication.Using
2x
in an expression will throw an exception.The text was updated successfully, but these errors were encountered: