I would like to simplify basic algebraic expressions such as (x + 2y * (3x + 2)) / 5. Are there any libraries that exist in C++ that allow me to do so?
(x + 2y * (3x + 2)) / 5