Calculate Mandelbrot set for greater precision

回眸只為那壹抹淺笑 提交于 2019-12-21 05:35:17

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!