Julia set: Difference between revisions

Content added Content deleted
(→‎Vectorized: Improved algorithm - >3 times faster)
Line 1,023:
 
const w, h = 800, 600
const img = Array({RGB{Float64}}(undef, h, w)
 
const maxIter = 50