symplex 0.7.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
17
target/
Cargo.lock
**/*.rs.bk
*.pdb
TEAM.md
book/book/

# Python virtualenv (used for SymPy fixture generation)
.venv/
__pycache__/
*.pyc

# Build artifacts and logs
*.log

# macOS
.DS_Store