Skip to content

Commit 3b9be76

Browse files
committed
Restriction to float64 and float32
1 parent b8da355 commit 3b9be76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/SpecialFunctionsChainRulesCoreExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ end
440440
return dan * Xpp + an * dXpp + dbn * Xp + bn * dXp
441441
end
442442

443-
function _beta_inc_grad(a::T, b::T, x::T) where {T}
443+
function _beta_inc_grad(a::T, b::T, x::T) where {T<:Union{Float64, Float32}}
444444

445445
# 0) Previously keyword arguments:
446446
maxapp=200

0 commit comments

Comments
 (0)