I want to write a java program to calculate integral with three-point Gauss.
How to calculate result of every function that is string?
For example want to calculate F(x) = x^4 + cos(x) + e^2x
I want to write a java program to calculate integral with three-point Gauss. How
Share
Evaluating a string is not an easy task by itself.
You have to write your own Interpreter with Lexer and a Parser.