Docs.rs
reform-0.1.0
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
reform 0.1.0
A symbolic manipulation toolkit which aims to handle expressions with billions of terms, taking up terabytes of diskspace.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
argument.frm
differentiate.frm
dollar.frm
dollarindex.frm
expressions.frm
extract.frm
fibonacci.frm
gcd.frm
gcdbench.frm
global_for.frm
id.frm
inside.frm
linear.frm
matchassign.frm
noncommutative.frm
nonlocal.frm
parallel.frm
polyrat.frm
symmetric.frm
1
2
3
4
5
6
7
8
expr F = f(2); for $i in 1..4 { print; apply { id f($i) = f($i+1); } }