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 e2f119d commit 8e9cdbaCopy full SHA for 8e9cdba
lib/node_modules/@stdlib/stats/docs/types/index.d.ts
@@ -750,10 +750,7 @@ interface Namespace {
750
* var x = array( [ -1.0, 2.0, -3.0 ] );
751
*
752
* var y = ns.range( x );
753
- * // returns <ndarray>
754
- *
755
- * var v = y.get();
756
- * // returns 5.0
+ * // returns <ndarray>[ 5.0 ]
757
758
* @example
759
* var array = require( '@stdlib/ndarray/array' );
@@ -763,10 +760,7 @@ interface Namespace {
763
760
* var y = zeros( [] );
764
761
765
762
* var out = ns.range.assign( x, y );
766
767
768
- * var v = out.get();
769
770
771
* var bool = ( out === y );
772
* // returns true
0 commit comments