timflow.bessel.besselnumba.lapld_int_ho_wdis ============================================ .. py:function:: timflow.bessel.besselnumba.lapld_int_ho_wdis(x, y, z1, z2, order) lapld_int_ho_wdis. # Near field only implicit none integer, intent(in) :: order real(kind=8), intent(in) :: x,y complex(kind=8), intent(in) :: z1,z2 complex(kind=8), dimension(0:order) :: wdis complex(kind=8), dimension(0:10) :: qm # Max order is 10 integer :: m, n complex(kind=8) :: z, zplus1, zmin1, term1, term2, zterm .. !! processed by numpydoc !!