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
julia> Bessels.besselj0(328049.34f0) -0.0013240778f0 julia> Bessels.besselj0(Float64(328049.34f0)) -0.0013258623831875669
I'm imagining the better sin sum here could help.
Originally posted by @heltonmc in #88 (comment)
The fix should be with the better sin_sum PR. Need to test further.
sin_sum
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
I'm imagining the better sin sum here could help.
Originally posted by @heltonmc in #88 (comment)
The fix should be with the better
sin_sum
PR. Need to test further.The text was updated successfully, but these errors were encountered: