Skip to content

make float32 bessels type stable #120

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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

oscardssmith
Copy link
Member

These are not good implementations of these functions for Float32 (since they do all the math in Float64 to Float64 tolerances before converting back), but they are at least type stable (and as a bonus, now work with CUDA.jl)

@oscardssmith oscardssmith requested a review from heltonmc April 24, 2025 03:09
@oscardssmith oscardssmith changed the title Os/stabilize float32 functions make float32 bessels type stable Apr 24, 2025
@heltonmc
Copy link
Member

Ya... the Float32 implementations on some of these functions is definitely lacking. Would like to see some more pure implementations but these changes look good to me!

@oscardssmith
Copy link
Member Author

shall we merge as is and wait for further improvements?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants