I use the long double in program C to calculate the 2D images of the Mandelbrot set, but I want to have higher accuracy for deeper magnification.
Is there any performance gain from a math library with arbitrary accuracy, which can limit the accuracy if necessary, and not jump with long double accuracy directly to arbitrary accuracy?
What is the fastest library of arbitrary math precision?
c math linux arbitrary-precision
James morris
source share