We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4875af3 commit 32a6a0bCopy full SHA for 32a6a0b
examples/annulus.jl
@@ -39,7 +39,7 @@ M = 4N-3
39
ρ = 2/3
40
41
# The radial grid:
42
-r = [begin t = (N-n-0.5)/(2N); ct2 = sinpi(t); st2 = cospi(t); sqrt(ct2^2+ρ^2*st2^2) end; for n in 0:N-1]
+r = [begin t = (N-n-0.5)/(2N); ct = sinpi(t); st = cospi(t); sqrt(ct^2+ρ^2*st^2) end; for n in 0:N-1]
43
44
# The angular grid (mod $\pi$):
45
θ = (0:M-1)*2/M
0 commit comments