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
14
15
16
pub(crate) mod combsimp;
pub(crate) mod factor;
pub(crate) mod factor_terms;
pub(crate) mod fu;
pub(crate) mod log_combine;
pub(crate) mod log_expand;
pub(crate) mod nsimplify;
pub(crate) mod powsimp;
pub(crate) mod radsimp;
pub(crate) mod ratsimp;
pub(crate) mod refine;
pub(crate) mod rewrite;
pub(crate) mod simplify_engine;
pub(crate) mod trig_combine;
pub(crate) mod trig_expand;
pub(crate) mod trigsimp;