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 958995c commit 1bb0a07Copy full SHA for 1bb0a07
lib/node_modules/@stdlib/stats/docs/types/index.d.ts
@@ -392,10 +392,7 @@ interface Namespace {
392
* }
393
*
394
* var y = ns.maxBy( x, clbk );
395
- * // returns <ndarray>
396
- *
397
- * var v = y.get();
398
- * // returns 4.0
+ * // returns <ndarray>[ 4.0 ]
399
400
* @example
401
* var array = require( '@stdlib/ndarray/array' );
@@ -409,10 +406,7 @@ interface Namespace {
409
406
410
407
411
408
* var out = ns.maxBy.assign( x, y, clbk );
412
413
414
- * var v = out.get();
415
416
417
* var bool = ( out === y );
418
* // returns true
0 commit comments