We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a2e7d commit 0d7516cCopy full SHA for 0d7516c
lib/node_modules/@stdlib/math/special/iabs/README.md
@@ -72,7 +72,7 @@ x = array( [ [ -1.0, -2.0 ], [ -3.0, -4.0 ] ] ); // 2x2
72
y = iabs( x );
73
// returns <ndarray>
74
75
-v = y.get( 0, 1 );
+var v = y.get( 0, 1 );
76
// returns 2.0
77
78
bool = ( y === x );
0 commit comments