We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4548c22 + f895ddd commit 360624dCopy full SHA for 360624d
src/differentiate.jl
@@ -166,7 +166,8 @@ symbolic_derivative_1arg_list = [
166
( :erfi, :( 2 * exp(x*x) / sqrt(pi) ))
167
( :gamma, :( digamma(x) * gamma(x) ))
168
( :lgamma, :( digamma(x) ))
169
- ( :digamma, :( polygamma(1, x) ))
+ ( :digamma, :( trigamma(x) ))
170
+ ( :trigamma, :( polygamma(2, x) ))
171
( :airy, :( airyprime(x) )) # note: only covers the 1-arg version
172
( :airyprime, :( airy(2, x) ))
173
( :airyai, :( airyaiprime(x) ))
0 commit comments