Hi Guys
I am recently working on a project that involves intensive math calculation, I want to be able to output numbers from a equation. Is there a Java library that support this function right now?
for example:
input:
y = 2x + 5
y = x
output:
y = -5
x = -5
Any comment or thoughts are appreciated.
Thank you