Skip to content

How to obtain the integral or derivative expression of a function expression #325

Open
@1094387012

Description

@1094387012

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions