home *** CD-ROM | disk | FTP | other *** search
/ Graphics 16,000 / graphics-16000.iso / msdos / fractal / iterat31 / tanhcoth.frm < prev    next >
Text File  |  1993-09-09  |  202b  |  23 lines

  1. ;Iterate! formula file
  2. ;by Brent Hugh
  3.  
  4. ;parameter and window defaults
  5. a=1 
  6. b=.5      
  7. c=1 
  8. d=.5
  9. mu=0
  10. xmin=-5 
  11. xmax=5
  12. ymin=-5
  13. ymax=5 
  14.  
  15. x=a*tanh(b*y)     
  16. y=c*coth(d*x)
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.