home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / e / e002 / 1.ddi / EXPGROW.F_ / EXPGROW.F
Encoding:
Text File  |  1993-01-25  |  212 b   |  12 lines

  1.  
  2. Built-in Function=ExpGrow
  3.  
  4. Parameters=y0,x0,A1,t1,A2,t2
  5.  
  6. Number of parameters=6
  7.  
  8. Description = {Double Exponential Growth:
  9. y0 + A1*exp[ (x-x0) / t1] + A2*exp[ (x-x0) /t2]}
  10.  
  11. Initialization script = {}
  12.