mathr 0.1.9

Rust math library and CLI calculator for symbolic differentiation, integration, FFT, linear algebra (LU, Cholesky, SVD), equation solving, ODE solvers, number theory, special functions, LaTeX input, plotting, and a Jupyter-like web notebook with KaTeX rendering.
Documentation
/target
**/*.rs.bk
AGENTS.md
MEMORY.md

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Build artifacts
*.o
*.a
*.so
*.dylib
*.dll

# REPL history
.mathr_history

# Plot output
*.png