19 subroutine kbinchop(f, x1, x2, x, eps, ans, icon)
32 real*8 xa, xb, fa, fb, xt, ft
35 if(x .lt. x1 .or. x .gt. x2)
then 44 if(fa * fb .gt. 0.)
then 50 if( ft * fa .gt. 0.)
then 57 if(abs(xt) .gt. 1.)
then 58 if(abs( (xa-xb) / xt ) .lt. eps)
then 63 if(abs(xa-xb) .lt. eps)
then subroutine kbinchop(f, x1, x2, x, eps, ans, icon)