Skip to content

Commit 32feef4

Browse files
authored
Update juliaset.jl
1 parent b45b6e1 commit 32feef4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/juliaset.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# julia set
22
# (the familiar mandelbrot set is obtained by setting c==z initially)
3-
# works only on 0.6 because of a stupid bug
3+
4+
# generated functions allow you to emit specialized code for the argument types.
45
@generated function julia{N}(z, maxiter::Val{N} = Val{16}())
56
unrolled = Expr(:block)
67
for i=1:N

0 commit comments

Comments
 (0)