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 04be4fa + a04731c commit 2a8a8c6Copy full SHA for 2a8a8c6
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