Simplify Equations #1

Open
opened 2015-04-21 09:52:01 +00:00 by mdibaiee · 0 comments
mdibaiee commented 2015-04-21 09:52:01 +00:00 (Migrated from github.com)

It would be nice if we could simplify equations.

Example:
2 * x^2 + 5*x - 3*x - x^2
Becomes
x ^ 2 + 2 * x

We might need to rewrite the AST as it doesn't provide any useful information in this case.

It would be nice if we could simplify equations. Example: `2 * x^2 + 5*x - 3*x - x^2` Becomes `x ^ 2 + 2 * x` We might need to rewrite the AST as it doesn't provide any useful information in this case.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: thereadme/Equation.js#1
No description provided.