Timeline for Generate a mandelbrot fractal
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Oct 1, 2011 at 16:57 | history | suggested | Gelatin | CC BY-SA 3.0 | Removing newline works fine for me |
| Oct 1, 2011 at 16:45 | review | Suggested edits | |||
| S Oct 1, 2011 at 16:57 | |||||
| Sep 30, 2011 at 17:51 | comment | added | Steven Rumbalski | To shave one character add line r=range(-50,26). Then replace range(-15,16) with r[35:66] and replace range(-50,26) with r. | |
| Jul 8, 2011 at 5:09 | history | edited | boothby | CC BY-SA 3.0 | added sample output |
| Jul 8, 2011 at 4:48 | comment | added | gnibbler | I think you can just use 15j in the python version too | |
| Jul 6, 2011 at 19:08 | history | edited | boothby | CC BY-SA 3.0 | added Sage solution, explanation for (abs(x)<2) bit |
| Jul 6, 2011 at 18:48 | history | answered | boothby | CC BY-SA 3.0 |