math-parser-library

There are 15 repositories under math-parser-library topic.

  • beltoforion/muparser

    muparser is a fast math parser library for C/C++ with (optional) OpenMP support.

    Language:C++48532104129
  • muparserx

    beltoforion/muparserx

    A C++ Library for Parsing Expressions with Strings, Complex Numbers, Vectors, Matrices and more.

    Language:C++1491810361
  • 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.

    Language:Java414137
  • beltoforion/muparsersse

    muparsersse a math parser for windows using just in time compilations of the expression

    Language:C++18414
  • originalsouth/pallache

    A small and simple header only math parser library

    Language:C++8171
  • BearToCode/num_parser

    A Rust math interpreter and evaluator

    Language:Rust4100
  • broccoder/parsematic

    A basic math parser written in python

    Language:Python2
  • malczak/SFExpression

    SFExpression allow to parse mathematics strings expression and calculate them in Swift

    Language:C130
  • Neo-Ciber94/prexel-rs

    A math expression evaluator

    Language:Rust110
  • 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

    Language:C#0110
  • 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.

    Language:C++201
  • H5JKey/math-parser

    Simple math expression parser

    Language:C++
  • SanjamRaj10/C_Strings

    C string exercises cover reversal, length, swap, concatenation, frequency, case analysis, and substring handling, providing practical string manipulation examples for learners 🐙

    Language:C