math-parser
There are 59 repositories under math-parser topic.
mariuszgromada/MathParser.org-mXparser
Math Parser: Java, C#, C++, Kotlin, Android, and all .NET platforms (Nuget, Maven, CMake). Supports .NET Framework, .NET Core, .NET Standard, Xamarin, and more. Features: rich built-in library of math functions, operators, constants. Flexible in user-defined arguments, functions. Expressions provided as plain text. Easy to use. Well documented.
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.
Blake-Madden/tinyexpr-plusplus
Tiny recursive descent expression parser, compiler, and evaluation engine for math expressions and spreadsheet formulas in C++.
sys27/xFunc
xFunc provides a powerful parser and analyzer for mathematical expressions. It excels at calculating derivatives, simplifying expressions, and achieving high performance.
Aghajari/MathParser
MathParser is a simple but powerful open-source math tool that parses and evaluates algebraic expressions written in pure java.
codewriter-packages/Expression-Parser
Simple math expression parser library for Unity
AntonovAnton/math.evaluation
This .NET library allows you to evaluate and compile any mathematical expression from a string dynamically at runtime. It supports a wide range of operations and allows for the use of custom variables, operators, and functions. The evaluator can be configured for different contexts, such as scientific, programming, boolean math expressions.
sbesada/java.math.expression.parser
java math expression parser is faster than JEP
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.
KovtunV/NoStringEvaluating
Fast low memory consuming mathematical evaluation without endless string parsing! Parses string formula once and uses its object sequence in each evaluation. Moreover, provides user defined functions and variables.
beltoforion/muparsersse
muparsersse a math parser for windows using just in time compilations of the expression
BaseMax/MathImprove
Modify and Improve math expressions.
bytexenon/MathParser.lua
An elegant Math Evaluator written in Lua, featuring support for adding custom operators and functions
apainintheneck/simple-math-parser
A math expression parser built in Java.
lzfelix/JParser
:curly_loop: A Java math parser that caches expressions for quick evaluation using the Shunting Yard Algorithm
sbesada/python.math.expression.parser.pymep
pymep is a simple python math expression parser.It is a recursive LR parser (Left-Right Parser) without backtracking
aibobrov/nonlinear-equations-solver
C++ equations solver and grapher
coreydonenfeld/renderform
Renderform is a handwritten mathematical formula recognition system that processes images of handwritten text and parses them into recognized mathematical formulas, which can be rendered in LaTeX. The system is designed to be user-friendly and accessible, providing a simple C++ API and CLI for users to interact with.
alxnull/calcex
A simple mathematical expression parser and evaluator for .NET.
BearToCode/num_parser
A Rust math interpreter and evaluator
ethan7g/mathvm
Node math processing and execution
AndyNoob/math-expressions
MATHS expression parsing and evaluating library for Java 8+
kn1ght/math-parser
Parses math expressions using shunting yard algorithm
guilhermenevesxyz/prumath
A math expression interpreter.
infibrocco/parsematic
A basic math parser written in python
javalc6/Simple-Expression-Parser
very simple math expression parser in less than 200 lines of Java code
lucas-marianno/flutter_calculator_math_parser
A calculator app developed with Flutter capable of parsing mathematical expressions
valnoc/VBMathParser
VBMathParser is a simple framework to perform mathematical expressions parsing. Math parser is conceived as a one-line string-to-double converter.
conan-community/conan-muparser
[DEPRECATED] conan.io recipes for muparser
futurearchitec/mxparserts
TypeScript port of the mXparser framework by Mariusz Gromada (https://github.com/mariuszgromada). Use the same formula syntax on Java, .NET Core, Xamarin and JavaScript platforms.
idosharon/basic-c-math-parser
Simple math parser written in c
IliaTrofimov/MathParser
Math expressions parser
javalc6/Expression-Parser
Extensible math expression parser in Java
KelvynValle/matheval
Math evaluator
mathflowjs/mathflow
💎 A scripting language designed for solving mathematical expressions and calculations.