We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
for example ArgumentPtr x = new_Argument("x"); string expStr = "der(sin(x),x)"; ExpressionPtr testExp = new_Expression(expStr);
How to obtain "cos(x) "expression Are there any methods or APIs to obtain it
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for this question. Please refer to the following tutorial: https://mathparser.org/mxparser-tutorial/derivatives-integrals/
Important: mxparser is a numerical calculation library, so the result is numeric.
Best regards
Sorry, something went wrong.
Thank you for your answer. By the way, have you ever thought about developing a super numerical calculator for PC?
@1094387012 what di you mean by "super numerical"?
Redesign all the features of Scalar Pro on a computer
I have done it for java (Scalar Pro is based on that) and for .net, but still this is in the private repo.
No branches or pull requests
for example
ArgumentPtr x = new_Argument("x");
string expStr = "der(sin(x),x)";
ExpressionPtr testExp = new_Expression(expStr);
How to obtain "cos(x) "expression
Are there any methods or APIs to obtain it
The text was updated successfully, but these errors were encountered: