See: Description
| 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.
|
Experimental functions for tree manipulation, package may be dropped.
Why this needs improving. To ensure correctness the current algorithm will after rewriting a node, check all of its children again for
Jas4pp 1.5 © Java Analysis Studio for Particle Physics