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
Calculating the incomplete gamma function with a positive lower bound x=0.5 can fail:
julia> inc_gamma_upper(0.0, 0.5) ERROR: IncGammaBeta.SpecfunUndefinedError Stacktrace: [1] incGamma(::Float64, ::Float64, ::Bool, ::Bool) at /home/hsgg/.julia/v0.6/IncGammaBeta/src/specfun.jl:173 [2] inc_gamma_upper(::Float64, ::Float64) at /home/hsgg/.julia/v0.6/IncGammaBeta/src/specfun.jl:695 [3] macro expansion at ./REPL.jl:97 [inlined] [4] (::Base.REPL.##1#2{Base.REPL.REPLBackend})() at ./event.jl:73
With Mathematica I get the result: 0.559774
0.559774
The text was updated successfully, but these errors were encountered:
Thanks for the bug report. The algorithm doesn't handle cases when the first arg. is 0. Will try to fix it soon.
Sorry, something went wrong.
jkovacic
No branches or pull requests
Calculating the incomplete gamma function with a positive lower bound x=0.5 can fail:
With Mathematica I get the result:
0.559774
The text was updated successfully, but these errors were encountered: