Jump to content

Mandelbrot set: Difference between revisions

Line 12,987:
</syntaxhighlight>
=={{header|Transact-SQL‎}}==
This is a Transact-SQL version of SQL Server to generate Mandelbrot set. Export the final result to a .ppm file to view the image. More details are available [https://krishnakumarsql.wordpress.com/2023/07/12/drawing-a-colorful-mandelbrot-set-in-sql-server/ here].
<syntaxhighlight lang="Transact-SQL‎">
-- Mandelbrot Set
Cookies help us deliver our services. By using our services, you agree to our use of cookies.