-
-
Notifications
You must be signed in to change notification settings - Fork 490
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
error in bessel_J(0,0) #4626
Comments
comment:1
The problem is somewhere between the Pari interface and Pari itself:
|
comment:2
Aha!:
The problem is that Pari is expecting an integer:
I'll post a patch once my 3.3.alpha0 builds... |
comment:6
I've reported the problem upstream to Pari. The patch needs more work since non-integer arguments are no longer allowed:
This used to work before the patch:
|
comment:8
Also, if the doctest did pass with the initial patch, the new one should add a test for say bessel_J(0.1,0.1), |
comment:9
Attachment: trac_4626-bessel_J_ints.patch.gz Fixed. |
comment:10
The new patch is ok for me. |
comment:11
Merged in Sage 3.3.alpha0 Cheers, Michael |
The other non-default algorithms (maxima and scipy) return the correct answer 1.0000...
Component: basic arithmetic
Issue created by migration from https://trac.sagemath.org/ticket/4626
The text was updated successfully, but these errors were encountered: