-
-
Notifications
You must be signed in to change notification settings - Fork 541
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
Make RealBallField useful #17786
Comments
comment:1
Regarding the "What is going on?!" comment: transcendental functions are not quite deterministic due to internal caches. In this case, doing something that results in an internal recomputation of log(2) to higher precision leads to a slightly more accurate value later on. This is something that I could fix with a bit of effort. In any case, output could also change slightly between versions due to changes in algorithms. That's an inherent drawback of doing doctests this way... |
comment:2
Replying to @fredrik-johansson:
Good to know, I wasn't aware of that.
Unless you have other users that need it, I don't think it is worth the effort.
Yes. But I thought I'd first go with a version that tested the exact output, and we could always make something more sophisticated later on if some of the outputs really changed. Thanks for your comments! |
comment:3
Two remarks:
|
comment:4
Replying to @cheuberg:
Yes, indeed, thanks. I just copied the C prototypes without thinking...
|
comment:5
Replying to @mezzarobba:
I think we should not have methods |
Work Issues: Merge 17194, 17811 and rewrite doctest |
Branch pushed to git repo; I updated commit sha1. This was a forced push. Last 10 new commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. Last 10 new commits:
|
Changed branch from u/mmezzarobba/arb to u/fredrik.johansson/arb |
Last 10 new commits:
|
Changed branch from u/fredrik.johansson/arb to u/mmezzarobba/arb |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. Last 10 new commits:
|
Changed work issues from Merge 17194, 17811 and rewrite doctest to none |
Author: Marc Mezzarobba |
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:27
Looks good to me. Btw, I'm unable to build the reference manual, but this is presumably some problem with my Sage install and unrelated to this ticket. |
Reviewer: fredrik.johansson |
comment:28
Thanks for the review! |
comment:29
Reviewer name is supposed to be the real name, not the trac account name |
Changed reviewer from fredrik.johansson to Fredrik Johansson |
Changed branch from u/mmezzarobba/arb to |
After #17194, implement more comprehensive Arb bindings as part of
RealBallField
/RealBall
.Component: numerical
Author: Marc Mezzarobba
Branch/Commit:
37bcb77
Reviewer: Fredrik Johansson
Issue created by migration from https://trac.sagemath.org/ticket/17786
The text was updated successfully, but these errors were encountered: