timflow.bessel.besselnumba.isinside#

timflow.bessel.besselnumba.isinside(z1, z2, zc, R)#

Checks whether point zc is within oval with ‘radius’ R from line element.

implicit none complex(kind=8), intent(in) :: z1, z2, zc real(kind=8), intent(in) :: R integer :: irv real(kind=8) :: Lover2, d, xa, xb complex(kind=8) :: bigz