Press Space to begin
***The circle (more specifically the one that has circumscribes the square may have small breaks in it.) This is due to the fact of me using the equation: (x-h)^2 + (y-k)^2 = r^2 In my program, the x changes by 0.1 and makes it into a circular shape. As x becomes infinitely close to 0 (very small number), it will be possible to plot all the points using this program and have no breaks. The reason that I used 0.1 is because it is already slow but making it smaller makes it even slower and I just wanted to show the overall picture Also the circumscribed circle has square root of 2 in the radius so it posed a problem so some values may not work. All values for inscribed circle works. If I had more time, I would try to fix the circumscribed circle***