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 1ab8f1f commit a8743c3Copy full SHA for a8743c3
base/multidimensional.jl
@@ -694,6 +694,9 @@ Finite difference operator on a vector or a multidimensional array `A`. In the
694
latter case the dimension to operate on needs to be specified with the `dims`
695
keyword argument.
696
697
+!!! compat "Julia 1.1"
698
+ `diff` for arrays with dimension higher than 2 requires at least Julia 1.1.
699
+
700
# Examples
701
```jldoctest
702
julia> a = [2 4; 6 16]
0 commit comments