Computing Math Constants and Functions
eTo compute mathematical constants and functions with high precision, we…
Computing π (Revisited)
Image credit: Cormullion, Julia code here. Simple Series Summation π (Pi) is the…
Optimized and Extended Mandelbrot Set Program
In our previous Mandelbrot Set Program we implemented a Perturbation…
C++ Thread Pool
While launching threads is easy with the Thread class in…
C++ Multi-Threading Output Collator
In a previous post, we discussed how to create a…
Rule of Five
When designing data types in C++, we often need to…
Function Pointers, Functors and Lambdas in C++
C++ supports a variety of function-like entities, including function pointers, functors, and lambdas.…
Multi-Precision Mandelbrot Set Program
Using IEEE 754 double precision values in the Mandelbrot Set…
Multi-Threaded Mandelbrot Set Program
Because each pixel in an image of the Mandelbrot Set…
1 2 3 5