This is an API that solves math approximation problems
by simulating the basic algorithms that humans use to approximate them.
So far, we have all the implemented methods as internal
methods. However, we are working on making these methods accessible via an API:
The API (still in-development) is structured as a Micro-Service application using FastAPI as the backbone of the API, with each router in a service of its own. The whole app is connected to KAFKA for logging usage resembled in the history service.
7) Golden Section Search Method.
10) Lagrange Interpolating Polynomial.