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 4da041b + 1ad04d7 commit ca1924cCopy full SHA for ca1924c
src/differentiate.jl
@@ -182,8 +182,8 @@ symbolic_derivative_1arg_list = [
182
( :besselj1, :( (besselj0(x) - besselj(2, x)) / 2 ))
183
( :bessely0, :( -bessely1(x) ))
184
( :bessely1, :( (bessely0(x) - bessely(2, x)) / 2 ))
185
- ## ( :erfcx, :( (2 * x * erfcx(x) - 2 / sqrt(pi)) )) # uncertain
186
- ## ( :dawson, :( (1 - 2x * dawson(x)) )) # uncertain
+ ( :erfcx, :( (2 * x * erfcx(x) - 2 / sqrt(pi)) ))
+ ( :dawson, :( (1 - 2x * dawson(x)) ))
187
188
]
189
0 commit comments