algebra.js icon indicating copy to clipboard operation
algebra.js copied to clipboard

Added integration of expressions

Open Benjadahl opened this issue 8 years ago • 0 comments

Use:

        var exp = new Expression("x").multiply(2);

        var answer = exp.int("x");

        answer;

        > x^2

Benjadahl avatar Oct 31 '17 18:10 Benjadahl