math-engine
There are 7 repositories under math-engine topic.
soulverteam/SoulverCore
A powerful Swift framework for evaluating natural language math expressions
sabihoshi/RegexMath
A math engine written in C# using RegEx.
DurdeuVlad/arithmos-service
arithmos-service is a lightweight math expression evaluation microservice built with Python. It exposes a REST API for parsing and computing arithmetic expressions safely and efficiently. Originally developed in a workplace training context (Endava).
User0332/MathEngine
A set of .NET class libraries that allow symbolic computation in C#, similar to Wolfram Mathematica.
E1izabeth/SymbolicComputations
Math engine with symbolic computations implementation
Exese-bit/graphing-calculator
An interactive Java graphing calculator built from scratch with a custom parser, interpreter, and math engine: Supports plotting explicit functions with advanced math features like trigonometry, derivatives, integrals. Complete with zoom, pan, and multiple function plotting.
jeffasante/mathexpr
A simple, functional Rust library for parsing and evaluating mathematical expressions.