Numerical analysis functions using only numerical methods without external libraries.
- Interpolated function from points using spline interpolation by Bezier curve.
- Find intersections of functions only by samples of the functions.
- Integrate functions and calculate area between functions using Numerical methods.
- Interpolated function from nosiy data.
- Interpolated shape from nosiy data and calculate the shape's area.