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 524e854 commit abcceb2Copy full SHA for abcceb2
lib/node_modules/@stdlib/ndarray/base/to-normalized-indices/docs/types/index.d.ts
@@ -38,7 +38,7 @@ import { Collection } from '@stdlib/types/array';
38
* // returns [ 9, 5 ]
39
*
40
* indices = toNormalizedIndices( [ -2, 15 ], 10 );
41
-* // returns [ -1 ]
+* // returns [ 9, -1 ]
42
*/
43
declare function toNormalizedIndices( indices: Collection<number>, max: number ): Collection<number>;
44
0 commit comments