File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/node_modules/@stdlib/number/float16/base/add Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ var map = require( '@stdlib/array/base/map' );
8888var logEachMap = require ( ' @stdlib/console/log-each-map' );
8989var add = require ( ' @stdlib/number/float16/base/add' );
9090
91- // Create arrays of random half-precision floating-point numbers:
91+ // Create an array of random half-precision floating-point numbers:
9292var x = map ( uniform ( 100 , - 50.0 , 50.0 ), toFloat16 );
9393
94- // Create arrays of random half-precision floating-point numbers:
94+ // Create an array of random half-precision floating-point numbers:
9595var y = map ( uniform ( 100 , - 50.0 , 50.0 ), toFloat16 );
9696
9797// Determine the sum of each number:
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var add = require( './../lib' );
2727// Create an array of random half-precision floating-point numbers:
2828var x = map ( uniform ( 100 , - 50.0 , 50.0 ) , toFloat16 ) ;
2929
30- // Create arrays of random half-precision floating-point numbers:
30+ // Create an array of random half-precision floating-point numbers:
3131var y = map ( uniform ( 100 , - 50.0 , 50.0 ) , toFloat16 ) ;
3232
3333// Determine the sum of each number:
You can’t perform that action at this time.
0 commit comments