Docs.rs
mathr-0.1.2
mathr 0.1.2
Docs.rs crate page
Apache-2.0
01 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
yingkitw
Dependencies
anyhow ^1.0
normal
clap ^4.5
normal
num-traits ^0.2
normal
plotters ^0.3
normal
rustyline ^14.0
normal
thiserror ^2.0
normal
approx ^0.5
dev
Versions
69.8%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module expr
mathr
0.1.2
Module expr
Module Items
Enums
In crate mathr
mathr
Module
expr
Copy item path
Source
Re-exports
§
pub use
Expr
::*;
Enums
§
Expr
A symbolic math expression used by the parser, evaluator, differentiator, simplifier and solver. Numeric coefficients are stored as
f64
; symbolic leaves are stored as variable names.