JuliaMath / SpecialFunctions.jl

Special mathematical functions in Julia

Home Page:https://specialfunctions.juliamath.org/stable/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible bug in gamma_inc

astrozot opened this issue · comments

I believe that in the following line

throw(DomainError((a, x, ind_), "P(a,x) or Q(a,x) is computationally indeterminant in this case."))

ind_ should be replaced by ind.

thanks! care to open a PR?

(PR = pull request)

Sure, will do!

Done, as you probably have seen already!

Fixed in #419