dhermes / bezier

Helper for Bézier Curves, Triangles, and Higher Order Objects
Apache License 2.0
266 stars 36 forks source link

Consider adding "compensated" evaluation via error-free transformations #123

Open dhermes opened 6 years ago

dhermes commented 6 years ago

There are three applications I have in mind:

I have started some investigation of this.

dhermes commented 6 years ago

This issue may also help find roots in the presence of poorly conditioned roots, as in #21. In that problem, the issue isn't that finding p(s) = 0 is challenging, but that finding p(s) = 2.125 is difficult because so many nearby values to the true one produce 2.125 due to rounding.