We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbaf7f commit b738b59Copy full SHA for b738b59
1 file changed
ext/TaylorDiffSFExt.jl
@@ -8,7 +8,8 @@ using ChainRules, ChainRulesCore
8
9
dummy = (NoTangent(), 1)
10
@variables z
11
-for func in (erf,)
+# logerfc, logerfcx, erfinv, gamma, digamma, trigamma
12
+for func in (erf, erfc, erfcinv, erfcx, erfi)
13
F = typeof(func)
14
# base case
15
@eval function (op::$F)(t::TaylorScalar{T, 2}) where {T}
0 commit comments