math-parser-library
There are 13 repositories under math-parser-library topic.
beltoforion/muparser
muparser is a fast math parser library for C/C++ with (optional) OpenMP support.
beltoforion/muparserx
A C++ Library for Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more.
gbenroscience/ParserNG
ParserNG is a powerful , fast math expression parser that parses and evaluates math expressions, does differential calculus(symbolic) evaluations, numerical integration, equation solving(quadratic, Tartaglia's, numerical solutions of other equations) , matrix operations and statistics amongst other functionality. It is written in pure java and has no native dependencies.
beltoforion/muparsersse
muparsersse a math parser for windows using just in time compilations of the expression
originalsouth/pallache
A small and simple header only math parser library
BearToCode/num_parser
A Rust math interpreter and evaluator
infibrocco/parsematic
A basic math parser written in python
malczak/SFExpression
SFExpression allow to parse mathematics strings expression and calculate them in Swift
Neo-Ciber94/prexel-rs
A math expression evaluator
ScientificC/cmpk
CmlMathParseKit is a C/C++ Library for easy integration of a mathematical functions interpreter
marlond18/EMDD.KtEquationTree
C# .Net implementation of Symbolic Mathematics
beltoforion/muparser_experimental
This is an experimental development branch of the muparser library. It is template based and very fast due to breaking down an expression into simple parts and using precompiled engines for the parts.