Skip to content

Instantly share code, notes, and snippets.

@ExcelRobot
ExcelRobot / mandelbrot.lambda
Last active March 11, 2025 15:54
Mandelbrot Lambda
/*
Name: Mandelbrot Set (Mandelbrot)
Description: Generates a Mandelbrot set based on given assumptions that can be used with conditional formatting to view the visual representation.
Parameters:
xleft - Left X value
xright - Right X value
ytop - Top Y value
ybottom - Bottom Y value
size - number of columns/rows in square output range
iterations - number of iterations