-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support aliases for simplify, deriv and etc. #131
Comments
Restrict the direct return/pass of expressions, return/pass a lambda instead. For example:
So, if the function accepts the "raw" expression (instead of the result of the calculation), then we need to specify it explicitly. And
It will fix the issue but at the same time will increase the complexity of xFunc grammar/expression. Related: #628. |
#131 - Support aliases for simplify, deriv and etc.
Support aliases for simplify, deriv and etc. (for function which is not calculated in parser)
The text was updated successfully, but these errors were encountered: