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
6
7
8
9
10
11
pub mod finitefield;
pub mod fraction;
pub mod gcd;
pub mod monomial;
pub mod multivar;
pub mod overflowing;
pub mod zp;
pub mod zp_mod;
pub mod zp_solve;

pub use poly::raw::multivar::MultivariatePolynomial;