OptimalPoly icon indicating copy to clipboard operation
OptimalPoly copied to clipboard

Bug in the Code

Open atkinssamuel opened this issue 1 year ago • 1 comments

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:

image

In cases like the one below, the minimax polynomial will not be generated.

image

atkinssamuel avatar Jan 16 '24 22:01 atkinssamuel

Interesting, I will look at this on the weekend. Thank you for bringing this to my attention.

DKenefake avatar Jan 17 '24 16:01 DKenefake