Math ParserMath Parser is simple cpp project for reading and interpreting equations.How to use itgit clone https://github.com/schneiderlo/math-parser cd math-parser cmake -S . -B ./build cd build make cp ../equation.v ./equation.v ./MathParser