-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
Systematic doctest for function return type #24299
Comments
comment:2
That's a symbolic function evaluation issue, not the fault of CIF. |
comment:3
As an explanation, the handling of inexact function arguments has several layers. The fallback layer (if the arg has no suitable member function and exact evaluation has no tricks) is to call the helper functions in There is work ongoing in Pynac to use arb instead of |
This comment has been minimized.
This comment has been minimized.
Dependencies: #24317 |
New commits:
|
Author: Ralf Stephan |
Commit: |
comment:9
I'd like to review this, but I see only non-regression tests in commit 0dad6ad, and no changes in the source code. How could the results change? |
comment:10
Replying to @zimmermann6:
Functions can be either coded in Python ( |
comment:11
I'm not sure about this:
since we get with CC:
|
Reviewer: Paul Zimmermann |
comment:12
Agreed, still buggy. |
comment:13
I did a systematic search and found these additional issues:
Also The code I used will go into |
Changed branch from u/rws/bugs_with_inverse_trig_and_hyperbolic_functions_of_cif_argument to u/rws/24299 |
New commits:
|
comment:16
Replying to @zimmermann6:
This one is now fixed in Pynac-0.7.16. |
comment:17
Now with Pynac-0.7.16 still failing. |
comment:18
Update: the correct |
The second command should return a (complex) interval.
Also:
Depends on #24318
Depends on #24329
Depends on #24604
CC: @jdemeyer
Component: symbolics
Author: Ralf Stephan
Branch/Commit: u/rws/24299 @
0b52ecd
Reviewer: Paul Zimmermann
Issue created by migration from https://trac.sagemath.org/ticket/24299
The text was updated successfully, but these errors were encountered: