Closed stevengj closed 2 years ago
The only breaking change in SpecialFunctions 2.0 was deleting the factorial(x::Real) = gamma(x+1) function, and since you don't use factorial this shouldn't affect you.
factorial(x::Real) = gamma(x+1)
factorial
The only breaking change in SpecialFunctions 2.0 was deleting the
factorial(x::Real) = gamma(x+1)
function, and since you don't usefactorial
this shouldn't affect you.