Mercerenies / fifi-calculator

1 stars 0 forks source link

General-purpose arithmetic simplifier #39

Open Mercerenies opened 2 weeks ago

Mercerenies commented 2 weeks ago

Find normal forms for any combination of the basic four operators +, -, *, and /. And also probably permit ^ with integer constant exponents (any other exponents, such as those containing variables, will be considered atoms by this particular simplifier engine)