george

george

  • NA
  • 63
  • 0

equation simplifier in c#

Jun 7 2013 4:18 AM
 
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)