DifferenceDelta
generates a forward difference
f(x+1) - f(x)
generates a higher-order forward difference for integers
n
.
See:
Examples
Implementation status
- ✅ - full supported
generates a forward difference
f(x+1) - f(x)
generates a higher-order forward difference for integers
n
.
See: