project for parsing and calculation mathematical expressions
A minimal math expression parser using only Rust's standard library
A simple math expression parser and evaluator.
mdBook preprocessor rendering LaTeX equations to HTML.
Flexible expression parser and evaluator
no_std expression parser, compiler, and evaluation engine for math expressions designed for embedded, with qemu examples
A math expression parsing and evaluation library
A Shunting Yard implementation and calculator. This crate is able to calculate basic math expressions passed to it as strings and return a 64-bit floating point return value.
Binary using the expr-solver-lib to solve math expressions from command line
Parsing and Evaluating of Math Expressions Library
Yarer (Yet Another Rust Expression Resolver) is a library for resolving mathematical expressions. Internally it uses the shunting yard algorithm.
Calculator and solver for linear equations.