We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Starting from the highest Chebyshev coefficients and moving to the lowest improves the accuracy because adding from biggest to smallest floating-point numbers is less accurate than adding from smallest to biggest?. Implementing it however, would require an extra for-loop on every interpolation, is it worth the extra time?
See the MWE in issue #10.
The text was updated successfully, but these errors were encountered:
MicheleCeresoli
No branches or pull requests
Starting from the highest Chebyshev coefficients and moving to the lowest improves the accuracy because adding from biggest to smallest floating-point numbers is less accurate than adding from smallest to biggest?. Implementing it however, would require an extra for-loop on every interpolation, is it worth the extra time?
See the MWE in issue #10.
The text was updated successfully, but these errors were encountered: