GSL.jl icon indicating copy to clipboard operation
GSL.jl copied to clipboard

Julia interface to the GNU Scientific Library (GSL)

Results 5 GSL.jl issues
Sort by recently updated
recently updated
newest added

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies

I'm trying to figure out how to use this library in order to do nonlinear least-squares fitting using multilarge_nlinear but this library doesn't seem to have the high level driver...

question

My coworker @nicolasdidier noticed this strange issue with `sf_hyperg_2F1` on half of the domain: ![image](https://user-images.githubusercontent.com/7132414/46427173-8fffe700-c6f5-11e8-8b61-6512065a59a5.png) (I wasn't able to test it on 1.0 due to unsatisfiable package requirements.) Is there...

upstream

`hypergeom([1.0; 2.0],2.0*im,2.)` returns ``` MethodError: no method matching hypergeom(::Array{Float64,1}, ::Complex{Float64}, ::Float64) Closest candidates are: hypergeom(::Union{Array{Float64,1}, Array{Union{},1}, Float64}, ::Union{Array{Float64,1}, Array{Union{},1}, Float64}, ::Float64) at /Users/nataliesheils/.julia/v0.6/GSL/src/7_21_HypergeometricFunctions.jl:11 ```

While trying the reproduce the issue reported in #63 I've noted that `custom_error_handler` needs a redesign. This is its current signature: ```julia custom_error_handler(reason::AbstractString, file::AbstractString, line::Integer, errno::Integer) ``` but some of...