0

I have string equation like

x +(23 + 78 ) = (32112 / 432)

and inputting this equation I need to get the value of 'x' programmatically, also equation might be different in different times, but it will only have one variable, and I need this variable value computed. Is there any Java library available for the above requirement? if exist please provide one sample also.

Sameesh
  • 315
  • 8
  • 18
  • One idea might be https://products.wolframalpha.com/api (I've never used it myself) – k314159 Jul 19 '23 at 09:25
  • Nothing native within the framework. You can try an open sourced project; _https://github.com/yeko0990/MathSolver_. – Reilas Jul 19 '23 at 09:38

0 Answers0