mandelbrot Function

pure function mandelbrot(h, w) result(pixels)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: h
integer, intent(in) :: w

Return Value integer(kind=ik), (h,3*w)


Called by

proc~~mandelbrot~~CalledByGraph proc~mandelbrot mandelbrot program~demo_ppm demo_ppm program~demo_ppm->proc~mandelbrot