GitHub - ProfJski/FloatCompMandelbrot: What impact does floating point precision have on Mandelbrot set calculations?
FloatCompMandelbrot
A program to explore how Mandelbrot set images are affected by floating point precision.
Dependencies: Boost::Multiprecision (How to Install Boost ) and RayLib for graphics. Boost::Multiprecision may be easily replaced by other floating-point or rational implementations, like GiMP or GMPF by just changing the #includes and typedefs at the beginning.
The Problem In A Nutshell
How much is a Mandelbrot set image affected by the floating point precision of the code used to compu...
Read more at github.com