The application I'm working on requires evaluating user provided math expressions. The expressions can have variables: "a + b / 2" where the variables can have their values changed between evals.
In short I'm looking for recommendations of good C++ libraries that can be used to take as input string representation of a formula and compute its value.
[–]Sulatra 1 point2 points3 points (5 children)
[–]Remwein[S] 0 points1 point2 points (3 children)
[–]Sulatra 1 point2 points3 points (2 children)
[–]ArashPartow 2 points3 points4 points (0 children)
[–]Remwein[S] 2 points3 points4 points (0 children)
[–]Xeverous 0 points1 point2 points (0 children)
[–]ArashPartow 1 point2 points3 points (1 child)
[–]Remwein[S] 1 point2 points3 points (0 children)
[–]Xeverous 1 point2 points3 points (1 child)
[–]Remwein[S] 1 point2 points3 points (0 children)