This website works better with JavaScript
Home
Explore
Help
Sign In
cmte
/
code
Watch
0
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
862171bc52
Branches
Tags
master
code
/
mandelbrot
/
config.h
config.h
84 B
History
Raw
1
2
3
4
5
#define BAIL_OUT 8192
#define MAX_ITER 65536
#define WIDTH 4096
#define HEIGHT 4096