use sinc in example 55
This commit is contained in:
parent
1523ef67d5
commit
829860fa2d
@ -1176,7 +1176,7 @@ const _examples = PlotExample[
|
|||||||
x, y = -6:0.5:10, -8:0.5:8
|
x, y = -6:0.5:10, -8:0.5:8
|
||||||
function f(x,y)
|
function f(x,y)
|
||||||
r = norm([x,y])
|
r = norm([x,y])
|
||||||
sin(r) / (r + eps())
|
sinc(r / pi)
|
||||||
end
|
end
|
||||||
|
|
||||||
args = (x, y, f)
|
args = (x, y, f)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user