-
Notifications
You must be signed in to change notification settings - Fork 20
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
more functions #10
Comments
more specifically, some of the functions from: |
That would be fantastic. It would be nice to cross-check the implementation with others like the GSL. |
There are also the implementations of special functions in the NSWC Library of Mathematics Subroutines, as discussed in JuliaMath/openlibm#20 |
Actually the GSL functions cover what I need and are probably better maintained than the abandoned fortran versions. I'll compare them at some point. It is a big shame we can't use GSL in base julia, as some of this functionality really ought to be there. |
I know nothing about it, but there exists something that looks like a wrapper for gsl for julia. |
With something like 3000 functions to export, I have yet to work through more than a small handful of the GSL provided functions. I could use someone else trying out the package and finding bugs. |
We now have a much better binary building infrastructure, and thus should not need to add more stuff in here. |
Is it possible to add more special functions here, for eventual use in Julia. (I'm willing to do the work). In particular I am currently interested in zeros of the bessel functions, and the hypergeometric functions. There are implementations on netlib (i.e. in cephes or specfun.f) which should have a compatible license as they are used in scipy. If this is OK, I will start to work on a trial pull request.
The text was updated successfully, but these errors were encountered: