Update
This commit is contained in:
parent
124b9d1e7c
commit
3f374a4713
85 changed files with 2281 additions and 2272 deletions
|
@ -148,7 +148,7 @@ int main(void)
|
|||
for (int x = 0; x < COLS; ++x)
|
||||
{
|
||||
unsigned int point =
|
||||
mandelbrot(cx,cy) + (mandelbrot(cx,cy + STEP) * 2);
|
||||
mandelbrot(cx,cy) + (mandelbrot(cx,cy + STEP) * 2);
|
||||
|
||||
putchar(point == 3 ? ':' : (point == 2 ? '\'' :
|
||||
(point == 1 ? '.' : ' ')));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue