Join Slack
Powered by
val i = mandelbrot(Complex.zero, 16384) blows the ...
# random
d
domfox
05/25/2016, 10:57 PM
val i = mandelbrot(Complex.zero, 16384) blows the stack without the tailrec, works fine with it, so it looks like it does the right thing.
Open in Slack
Previous
Next