Previous Up Next

6.12.12  Regrouping expressions: regroup

The regroup command simplifies expressions.


Example.
Input:

regroup(x + 3 * x + 5 * 4 / x)

Output:

x+
20
x

Previous Up Next