All Projects → chidiwilliams → expression-evaluator

chidiwilliams / expression-evaluator

Licence: MIT License
A math expression evaluator built with JavaScript

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to expression-evaluator

Mathjs
An extensive math library for JavaScript and Node.js
Stars: ✭ 11,861 (+47344%)
Mutual labels:  math, expression-evaluator
booleval
Header-only C++17 library for evaluating logical expressions.
Stars: ✭ 54 (+116%)
Mutual labels:  evaluation, expression-evaluator
Formula Parser
Parsing and evaluating mathematical formulas given as strings.
Stars: ✭ 62 (+148%)
Mutual labels:  math, evaluation
Expressionevaluator
A Simple Math and Pseudo C# Expression Evaluator in One C# File. Can also execute small C# like scripts
Stars: ✭ 194 (+676%)
Mutual labels:  math, evaluation
java.math.expression.parser
java math expression parser is faster than JEP
Stars: ✭ 25 (+0%)
Mutual labels:  math, expression-evaluator
eval-estree-expression
Safely evaluate JavaScript (estree) expressions, sync and async.
Stars: ✭ 22 (-12%)
Mutual labels:  evaluation, expression-evaluator
decimal-eval
A tiny, safe, fast JavaScript library for decimal arithmetic expressions.
Stars: ✭ 18 (-28%)
Mutual labels:  math, expression-evaluator
string-math
Evaluates a math expression from a string. Supports variables and custom operators.
Stars: ✭ 14 (-44%)
Mutual labels:  math, expression-evaluator
sblas
Scala Native BLAS (Basic Linear Algebra Subprograms) supporting Linux and macOS
Stars: ✭ 25 (+0%)
Mutual labels:  math
python-markdown-math
Math extension for Python-Markdown
Stars: ✭ 98 (+292%)
Mutual labels:  math
finmath
The collections of simple, weighted, exponential, smoothed moving averages.
Stars: ✭ 49 (+96%)
Mutual labels:  math
autodiff
A .NET library that provides fast, accurate and automatic differentiation (computes derivative / gradient) of mathematical functions.
Stars: ✭ 69 (+176%)
Mutual labels:  math
midi degradation toolkit
A toolkit for generating datasets of midi files which have been degraded to be 'un-musical'.
Stars: ✭ 29 (+16%)
Mutual labels:  evaluation
spatialmath-matlab
Create, manipulate and convert representations of position and orientation in 2D or 3D using Python
Stars: ✭ 142 (+468%)
Mutual labels:  math
Program-Matematika
Program Matematika adalah sebuah repository GitHub yang berisi program yang dapat memudahkan para pelajar atau guru dalam menyelesaikan masalah Matematika dengan Terminal
Stars: ✭ 15 (-40%)
Mutual labels:  math
Numbase
Arbitrary number base converter.
Stars: ✭ 22 (-12%)
Mutual labels:  math
Angles.js
Angles.js is a collection of functions to work with angles
Stars: ✭ 16 (-36%)
Mutual labels:  math
mafs
React components for math visualization
Stars: ✭ 315 (+1160%)
Mutual labels:  math
ParticleLib
一个用于Minecraft Particle的类库
Stars: ✭ 19 (-24%)
Mutual labels:  math
image-matching-toolbox
This is a toolbox repository to help evaluate various methods that perform image matching from a pair of images.
Stars: ✭ 252 (+908%)
Mutual labels:  evaluation

expression-evaluator

Evaluates Math expressions.

Supports:

  • Arithmetic operators: +, -, *, /
  • Brackets
  • Comparison operators: <, >, ==
  • Variables
  • Custom functions

Blog post: https://chidiwilliams.com/evaluator/

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].