The GSL package have build errors. When are these expected to be fixed? Are there any other packages around for special functions?
/Jonas Den torsdag 24 oktober 2013 kl. 14:33:14 UTC+2 skrev Jiahao Chen: > > You may find GSL.jl useful, which wraps the GNU Scientific Library. For > example, for the gsl_sf_legendre_P3() function, you could call: > > julia> using GSL; sf_legendre_P3(0.5) > -0.4375 > > Currently the package is not smart enough to install libgsl automatically, > but that should be fixed soon. > > On Wednesday, October 23, 2013 11:32:55 PM UTC-4, Jiakui Wang wrote: >> >> Hi All, >> >> I need to use some special functions like Spherical Harmonic, Legendre >> function in Julia, dose any package provide these functions? >> >> Thanks! >> >>
