Mandelbrot set: Difference between revisions

Content added Content deleted
Line 12,987: Line 12,987:
</syntaxhighlight>
</syntaxhighlight>
=={{header|Transact-SQL‎}}==
=={{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.
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‎">
<syntaxhighlight lang="Transact-SQL‎">
-- Mandelbrot Set
-- Mandelbrot Set