问题
Is there any practical way to perform calculations such as those involved in generating the Mandelbrot Set for values for precise that what double
or long double
can provide? I was thinking of possibly having two variables(either double or long), one storing the value similar to scientific notation and the other storing the negative log10 of the value, but I'm not sure if there would actually be a way to perform the calculation like this.
来源:https://stackoverflow.com/questions/43118611/calculate-mandelbrot-set-for-greater-precision