We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a93f5 commit cdb8c38Copy full SHA for cdb8c38
lib/node_modules/@stdlib/blas/ext/base/ddiff/lib/ndarray.native.js
@@ -28,7 +28,7 @@ var addon = require( './../src/addon.node' );
28
// MAIN //
29
30
/**
31
-* Calculates the k-th discrete forward difference of a double-precision floating-point strided array.
+* Calculates the k-th discrete forward difference of a double-precision floating-point strided array using alternative indexing semantics.
32
*
33
* @param {PositiveInteger} N - number of indexed elements
34
* @param {PositiveInteger} k - number of times to recursively compute differences
0 commit comments