Coding Challenge 21 Mandelbrot Set with p5js
Hi, you make an error when saying : i is equal to the square root of -1. i is defined as : i² = -1. The definition of square root doesnt allow negative numbers under the root, it breaks fundamental mathematics if you do so, it allows you to prove -1 = 1 when ignoring … Read more


