Is there any (preferably open source) Java library that allows you to do calculus with a polynomial, for example. addition, multiplication, division by constants, etc.?
In addition, if he will be able to interpolate several two-dimensional points in a polynomial with Lagrange polynomial interpolation, this will be a plus.
source
share