basically I'm trying to code a mandelbrot set renderer so I choose the approach of not using any decimals so it would be easier to code an algorithm for calculating to n decimal places without actually using any decimals in the calculation process so what I need is an algorithm or a pseudocode for the calculation of the mandelbrot set without using any decimals any math with integers are allowed ✅
#Calculating the mandelbrot set without using ANY decimals
6 messages · Page 1 of 1 (latest)
why would it be easier to not use decimals?
so the thing is there is already plugins made for doing math infinitely with integers but if i want to use decimals the i would have to make a system on my own for decimals which is the hard part
what are you making this on?
prototype on turbowarp which is just a modified scratch copy