home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1997 #3 / amigamamagazinepolishissue03-1 / ma_1995 / 11 / ami027b.txt < prev    next >
Text File  |  1997-04-07  |  82b  |  8 lines

  1. <l>
  2.  
  3. /* Listing nr 2 */
  4.  
  5.     tempx = x*x*x - 3*x*y*y + a;
  6.  
  7.     y = 3*x*x*y - y*y*y + b;
  8.