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 6788899 commit 1e9b650Copy full SHA for 1e9b650
lib/node_modules/@stdlib/math/array/tools/examples/index.js
@@ -44,4 +44,4 @@ var x = [ -1.0, 2.0, -3.0, 4.0 ];
44
// Perform element-wise computation:
45
var out = f.apply( x );
46
console.log( out );
47
-// => [ 1.0, 2.0, 3.0, 4.0]
+// => [ 1.0, 2.0, 3.0, 4.0 ]
0 commit comments