Searched refs:mandelbrot_set (Results 1 – 1 of 1) sorted by relevance
29 for (x, y, c) in mandelbrot_set(xr, yr, (pw as usize, ph as usize), 100) { in main()44 fn mandelbrot_set( in mandelbrot_set() function