symplex 0.17.0

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
//! Feature tests written alongside the 0.17 APIs (`tests/v17/*.rs`, one
//! module per track). Run one module with e.g.
//! `cargo test --test v17 v17_anova::`.

#[path = "v17/v17_anova.rs"]
mod v17_anova;