An open API service indexing awesome lists of open source software.

https://github.com/pencilcaseman/symbomathpaper

Exploring symbolic mathematics in C++, including differentiation
https://github.com/pencilcaseman/symbomathpaper

cpp cpp17 symbolic-math

Last synced: 5 months ago
JSON representation

Exploring symbolic mathematics in C++, including differentiation

Awesome Lists containing this project

README

          

# SymboMath

A symbolic mathematics research project in C++.

Enter a mathematical expression as a string and evaluate numeric results, apply calculus or substitute variables, or
all of the above.