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
pub mod data_export;
pub(crate) mod rk4;
pub(crate) mod sampling;
pub(crate) mod svg_plot;
pub(crate) mod textplot;
pub(crate) mod tikz_plot;