Timeline for Plotting the Mandelbrot set efficiently
Current License: CC BY-SA 4.0
2 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 13, 2023 at 12:45 | comment | added | Peter Cordes |
If you're going to have the + and = cases fall into the - case, they need maxIter2 += 2 to offset the maxIter2-- in that block, for a net increment of += 1. Also, maxIter = --maxIter2; is worth considering, although changing one variable and copying to another seem like two logically separate things that shouldn't be combined in one statement.
|
|
| Sep 12, 2023 at 15:00 | history | answered | pacmaninbw♦ | CC BY-SA 4.0 |