June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
|
|
@ -1 +1,4 @@
|
|||
ndiff(A, n::Integer) = n < 1 ? A : diff(ndiff(A, n-1))
|
||||
ndiff(A::Array, n::Integer) = n < 1 ? A : diff(ndiff(A, n-1))
|
||||
|
||||
s = [90, 47, 58, 29, 22, 32, 55, 5, 55, 73]
|
||||
println.(collect(ndiff(s, i) for i in 0:9))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue