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

Is cbrt correctly rounded? #673

Closed
dpsanders opened this issue Jul 21, 2024 · 2 comments
Closed

Is cbrt correctly rounded? #673

dpsanders opened this issue Jul 21, 2024 · 2 comments

Comments

@dpsanders
Copy link
Member

It looks like cbrt(x::Interval) is falling back to using Julia's cbrt, which I don't think is guaranteed to be correctly rounded.

@dpsanders
Copy link
Member Author

Ah actually it looks like we're using the MPFR version of cbrt, so we should be fine.

@dpsanders
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant