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
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
The text was updated successfully, but these errors were encountered:
I don't think GSL has hypergeometric functions for complex arguments.
Sorry, something went wrong.
Sorry, that was wrong, there's actually sf_hyperg_2F1_conj, which could be called from hypergeom for the right arguments.
sf_hyperg_2F1_conj
hypergeom
No branches or pull requests
hypergeom([1.0; 2.0],2.0*im,2.)
returns
The text was updated successfully, but these errors were encountered: