approx_bernstein_test, an Octave code which calls approx_bernstein(), which interactively approximates a function f(x) in the interval [a,b] by constructing a Bernstein polynomial interpolant that is often a good estimate of the minmax polynomial.
The computer code and data files made available on this web page are distributed under the MIT license
approx_bernstein, an Octave code which interactively approximates a function f(x) in the interval [a,b] by constructing a Bernstein polynomial approximant.