Open Benjadahl opened 7 years ago
Use:
var exp = new Expression("x").multiply(2); var answer = exp.int("x"); answer; > x^2
Use: