예제 #1
0
 def _multicomplex2(f, fx, x, h):
     z = Bicomplex(x + 1j * h, h)
     return Bicomplex.__array_wrap__(f(z)).imag12
예제 #2
0
파일: core.py 프로젝트: pbrod/numdifftools
 def _multicomplex2(f, fx, x, h, *args, **kwds):
     z = Bicomplex(x + 1j * h, h)
     return Bicomplex.__array_wrap__(f(z, *args, **kwds)).imag12
예제 #3
0
 def _multicomplex2(f, fx, x, h):  # @UnusedVariable
     z = Bicomplex(x + 1j * h, h)
     return Bicomplex.__array_wrap__(f(z)).imag12