math-evaluator
There are 8 repositories under math-evaluator topic.
peakchen90/decimal-eval
A tiny, safe, fast JavaScript library for decimal arithmetic expressions.
bytexenon/MathParser.lua
An elegant Math Evaluator written in Lua, featuring support for adding custom operators and functions
mpaperno/DSEP4TP
Dynamic Script Engine Plugin for Touch Portal - A complete, standalone, multi-threaded JavaScript environment available as a plugin for use with Touch Portal macro launcher software.
mandriota/mewa
(=`ω´=) simple Math EWAluator written on C
KelvynValle/matheval
Math evaluator
User0332/MathEngine
A set of .NET class libraries that allow mathematical computation in C#, similar to Wolfram Mathematica.
abdnh/math-eval
Math expression evaluator
BaseMax/Infix2Postfix-Evaluator
A Javascript Implementation of an Infix to Postfix Evaluator. It can evaluate any infix expression and convert it to postfix expression.