// G-Force DeltaField // Name: HAL_LD_Ovals_2 // Created by: Howard A. Landman, 28 April 2001 // e-mail: howard@polyamory.org -or- howard.landman@vitesse.com // homepage: http://www.polyamory.org/~howard/ Aspc=0, // Logistic difference equation // Becomes chaotic for values of x greater than a certain point // See James Gleick, "Chaos", pp. 69-80 & 157-184 for details srcX="0.985*x", srcY="(2*((2.3+(1.5*cos(1.5*x)))*((y+1)/2)*(1-((y+1)/2))))-1", // Note that this runs "backwards" from the real equation Vers=100