3
Answers

equation simplifier in c#

Ask a question
george

george

11y
2.2k
1
 
is there any inbuilt c# function to simplify an equation?
not for solving equation.
input something like (X *5/100+200+211)+(5*10+50+100)+200+300
output like (X*5/100+411)+700

Answers (3)