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 f7dfbfa commit b8933b0Copy full SHA for b8933b0
lib/node_modules/@stdlib/ndarray/base/ndarraylike2scalar/docs/types/index.d.ts
@@ -26,7 +26,7 @@ import { typedndarray } from '@stdlib/types/ndarray';
26
* Converts an ndarray-like object to a scalar value.
27
*
28
* @param x - input ndarray
29
-* @returns ndarray
+* @returns scalar value
30
31
* @example
32
* var scalar2ndarray = require( '@stdlib/ndarray/from-scalar' );
0 commit comments