Skip to content

Commit cad8de3

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent f1b2a20 commit cad8de3

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/complex/float32/base/mul-add

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/complex/float32/base/mul-add/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ var z1 = new Complex64Array( discreteUniform( 200, -50, 50 ) );
148148
var z2 = new Complex64Array( discreteUniform( 200, -50, 50 ) );
149149
var z3 = new Complex64Array( discreteUniform( 200, -50, 50 ) );
150150

151-
// Perform multiplication and addition on each:
151+
// Perform element-wise computation:
152152
logEachMap( '( (%s) * (%s) ) + (%s) = %s', z1, z2, z3, muladd );
153153
```
154154

0 commit comments

Comments
 (0)