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 610c62b commit c737736Copy full SHA for c737736
src/finite_difference.jl
@@ -88,6 +88,8 @@ function complex_differentiable_abs{T <: Complex}(z::T)
88
return -real(z) - im * imag(z)
89
else
90
return real(z) + im * imag(z)
91
+ end
92
+end
93
94
##############################################################################
95
##
0 commit comments