reform 0.1.0

A symbolic manipulation toolkit which aims to handle expressions with billions of terms, taking up terabytes of diskspace.
Documentation
1
2
3
4
5
expr F = f((1+x)*(1+x*w))*(1+x)^2;

apply {
    id f((1+t?)*(1+t?*z?))*(1+t?)^n? = (t?+z?)^(n?-40);
}