All Projects → beltoforion → muparserx

beltoforion / muparserx

Licence: BSD-2-Clause license
A C++ Library for Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to muparserx

muparsersse
muparsersse a math parser for windows using just in time compilations of the expression
Stars: ✭ 14 (-86.27%)
Mutual labels:  mathematics, math-parser, math-parser-library
MathImprove
Modify and Improve math expressions.
Stars: ✭ 13 (-87.25%)
Mutual labels:  mathematics, math-parser
mandelbrot
A mandelbrot fractal viewer in javascript using svelte
Stars: ✭ 30 (-70.59%)
Mutual labels:  mathematics
matematicaelementar
Matemática Elementar para Computação
Stars: ✭ 29 (-71.57%)
Mutual labels:  mathematics
Undergraduate-in-Statistics
Using Computer with your Statistics Major Course
Stars: ✭ 57 (-44.12%)
Mutual labels:  mathematics
-
图形学书单
Stars: ✭ 84 (-17.65%)
Mutual labels:  mathematics
4ti2
A software package for algebraic, geometric and combinatorial problems on linear spaces. By R. Hemmecke, R. Hemmecke, M. Köppe, P. Malkin, M. Walter
Stars: ✭ 21 (-79.41%)
Mutual labels:  mathematics
RandLib
🚀 A library designed to facilitate work with probability, statistics and stochastic calculus
Stars: ✭ 64 (-37.25%)
Mutual labels:  mathematics
My NoteBook
サイエンス、テクノロジー、エンジニアリング関連の情報を記載したノート(忘備録)です。
Stars: ✭ 104 (+1.96%)
Mutual labels:  mathematics
mathraining
Site interactif avec théorie, exercices et problèmes
Stars: ✭ 31 (-69.61%)
Mutual labels:  mathematics
GOS-Book.github.io
📙 Пособие для подготовки ГОСу по математике для студентов МФТИ
Stars: ✭ 49 (-51.96%)
Mutual labels:  mathematics
graphest
A faithful graphing calculator
Stars: ✭ 42 (-58.82%)
Mutual labels:  mathematics
mathb
MathB.in - Mathematics Pastebin Written in Common Lisp
Stars: ✭ 203 (+99.02%)
Mutual labels:  mathematics
AtCoder
atcoder.jp/user/saikat
Stars: ✭ 24 (-76.47%)
Mutual labels:  mathematics
creative-coding-notebooks
🎨 An authorial collection of fundamental recipes on Creative Coding and Recreational Programming.
Stars: ✭ 17 (-83.33%)
Mutual labels:  mathematics
glm
OpenGL Mathematics (GLM)
Stars: ✭ 6,667 (+6436.27%)
Mutual labels:  mathematics
C3T
C3T: Crash Course Category Theory - A friendly non-mathematician's approach to beginners of Category Theory. 🐱
Stars: ✭ 26 (-74.51%)
Mutual labels:  mathematics
coq-big-o
A general yet easy-to-use formalization of Big O, Big Theta, and more based on seminormed vector spaces.
Stars: ✭ 31 (-69.61%)
Mutual labels:  mathematics
tukey
Mini stats toolkit for Clojure/Script
Stars: ✭ 17 (-83.33%)
Mutual labels:  mathematics
cddlib
An efficient implementation of the Double Description Method
Stars: ✭ 71 (-30.39%)
Mutual labels:  mathematics

titleimage

GitHub issues Version Packaging status

muparserx 4.0.11

The evaluation of a mathematical expression is a standard task required in many applications. It can be solved by either using a standard math expression parser such as muparser or by embedding a scripting language such as Lua. There are however some limitations: Although muparser is pretty fast it will only work with scalar values and although Lua is very flexible it does neither support binary operators for arrays nor complex numbers. So if you need a math expression parser with support for arrays, matrices and strings muparserx may be able to help you.

For details please consult the muparserx documentation

V4.0.11 (20211123)

Bugfixes:

  • Issue 112: Compilation issue due to an invalid header file name

V4.0.10 (20211122)

Bugfixes:

  • Issue 107: Complex multiplication-assignment did not work correctly
  • Issue 110: Short evaluation for binary operators added (thanks to user egyptyu)

V4.0.9 (20200619)

Changes:

  • Copied unit tests from muparser (no new failures)
  • Introduced a maximum expression length of 10000
  • Expressions will be checked for non printable characters

Bugfixes:

  • Issue 68: Integer test causes floating point exceptions; fixed as suggested

V4.0.8 (20181218)

Changes:

  • Build system changed to CMake

V4.0.7 (20160331)

Bugfixes:

  • Issue 68: Assertion fails (i.e "abs(-3)>abs(2)")
  • untracked issue: cbrt function did not work properly
  • new functions: atan2, reminder, fmod
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].