perm filename FUNCTN.F4[NET,GUE] blob sn#041853 filedate 1973-05-13 generic text, type T, neo UTF8
      function functn(x,i,a)
      implicit double precision (a-h,o-z)
      dimension x(100),a(10)
      functn=a(1)*dexp(a(2)*x(i))+a(3)*dexp(a(4)*x(i))
      return
      end