OptimalPoly
OptimalPoly copied to clipboard
Bug in the Code
By setting the first and last points in the extremum array to the start and end of the bound, the minimax polynomial will only be produced in cases where the maximum error in this region is the start and end of the bound:
In cases like the one below, the minimax polynomial will not be generated.
Interesting, I will look at this on the weekend. Thank you for bringing this to my attention.