| Interface | Description |
|---|---|
| RewriteRuleI |
| Class | Description |
|---|---|
| AbstractRewrite |
Basic implementation for a RewriteRule.
|
| CollectPowers |
Collect powers together so that x*x -> x^2 and x^n*x -> x^(n+1).
|
| ExpandBrackets | |
| ExpandPower | |
| RewriteVisitor |
Simplifies an expression.
|
Copyright © 2018. All rights reserved.