Skip to content

Commit b738b59

Browse files
committed
support more special functions
1 parent fcbaf7f commit b738b59

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ext/TaylorDiffSFExt.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ using ChainRules, ChainRulesCore
88

99
dummy = (NoTangent(), 1)
1010
@variables z
11-
for func in (erf,)
11+
# logerfc, logerfcx, erfinv, gamma, digamma, trigamma
12+
for func in (erf, erfc, erfcinv, erfcx, erfi)
1213
F = typeof(func)
1314
# base case
1415
@eval function (op::$F)(t::TaylorScalar{T, 2}) where {T}

0 commit comments

Comments
 (0)