mathlex-eval 0.1.1

Numerical evaluator for mathlex ASTs with broadcasting support
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod functions;
mod handle;
pub mod input;
pub mod numeric;
pub(crate) mod scalar;

pub use handle::{EvalHandle, EvalIter, eval};
pub use input::EvalInput;
pub use numeric::NumericResult;