We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cyl_bessel_k(100, 746) returns zero when evaluating at double precision (with no extended long double type), but the result should be 9.49147e-66.
cyl_bessel_k(100, 746)
Underflow occurs in k0 and k1 prior to iteration. The problem is also present if v is perturbed to be a non-integer in which case CF2_ik underflows.
Reduced test case from #1228.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
cyl_bessel_k(100, 746)
returns zero when evaluating at double precision (with no extended long double type), but the result should be 9.49147e-66.Underflow occurs in k0 and k1 prior to iteration. The problem is also present if v is perturbed to be a non-integer in which case CF2_ik underflows.
Reduced test case from #1228.
The text was updated successfully, but these errors were encountered: