Skip to content
New issue

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

exp and log function accuracy is too low for double-double and quad-double #438

Open
Ravenwater opened this issue Aug 16, 2024 · 0 comments
Assignees
Labels
enhancement numerical accuracy functional issues regarding numerical accuracy numerical investigation Investigation to explain/quantify numerical properties of a calculation
Milestone

Comments

@Ravenwater
Copy link
Contributor

double-double should yield 32 digits of precision and quad-double should yield 64 digits of precision. Current function approximation precision is around 14 digits.

The exp() function is at the base of log and pow functions as well, so fix that one first.

@Ravenwater Ravenwater added enhancement numerical investigation Investigation to explain/quantify numerical properties of a calculation numerical accuracy functional issues regarding numerical accuracy labels Aug 16, 2024
@Ravenwater Ravenwater added this to the V3 milestone Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement numerical accuracy functional issues regarding numerical accuracy numerical investigation Investigation to explain/quantify numerical properties of a calculation
Projects
Status: Ready
Development

No branches or pull requests

3 participants