Description
Text-based symbolic math evaluation helps applications parse formulas and compute their values at runtime. It is useful for calculators, scientific tools, configuration-driven models, and programs that let users type expressions.
This is a math library, not a full computer algebra system. Applications should validate user expressions and handle errors or expensive calculations safely.