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.
1 parent 04be4fa commit a04731cCopy full SHA for a04731c
src/differentiate.jl
@@ -166,6 +166,7 @@ symbolic_derivative_1arg_list = [
166
( :erfi, :( 2 * exp(square(x)) / sqrt(pi) ))
167
( :gamma, :( digamma(x) * gamma(x) ))
168
( :lgamma, :( digamma(x) ))
169
+ ( :digamma, :( polygamma(1, x) ))
170
( :airy, :( airyprime(x) )) # note: only covers the 1-arg version
171
( :airyprime, :( airy(2, x) ))
172
( :airyai, :( airyaiprime(x) ))
0 commit comments