symplex 0.3.2

Exact symbolic mathematics for Rust: calculus, summation, solving, linear algebra, transforms, compile-time dimensional analysis, and Rust/C code generation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub(crate) mod arena;
pub mod assumptions;
pub(crate) mod bernoulli;
pub(crate) mod canon;
pub(crate) mod compact;
pub(crate) mod complex;
pub mod config;
pub mod errors;
pub(crate) mod node;
pub mod numeric;
pub(crate) mod sort_key;
pub(crate) mod symbol;
pub(crate) mod walk;