Skip to content

Commit f9fbfc6

Browse files
committed
Fix property descriptions
1 parent b000a1c commit f9fbfc6

22 files changed

+42
-42
lines changed

lib/node_modules/@stdlib/ndarray/base/unary/lib/10d.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
* @param {NonNegativeIntegerArray} x.shape - dimensions
3333
* @param {IntegerArray} x.strides - stride lengths
3434
* @param {NonNegativeInteger} x.offset - index offset
35-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
35+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
3636
* @param {Object} y - object containing output ndarray meta data
3737
* @param {string} y.dtype - data type
3838
* @param {Collection} y.data - data buffer
3939
* @param {NonNegativeIntegerArray} y.shape - dimensions
4040
* @param {IntegerArray} y.strides - stride lengths
4141
* @param {NonNegativeInteger} y.offset - index offset
42-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
42+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4343
* @param {Callback} fcn - unary callback
4444
* @returns {void}
4545
*

lib/node_modules/@stdlib/ndarray/base/unary/lib/10d_blocked.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ var init = require( './init.js' );
3737
* @param {NonNegativeIntegerArray} x.shape - dimensions
3838
* @param {IntegerArray} x.strides - stride lengths
3939
* @param {NonNegativeInteger} x.offset - index offset
40-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
40+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
4141
* @param {Object} y - object containing output ndarray meta data
4242
* @param {string} y.dtype - data type
4343
* @param {Collection} y.data - data buffer
4444
* @param {NonNegativeIntegerArray} y.shape - dimensions
4545
* @param {IntegerArray} y.strides - stride lengths
4646
* @param {NonNegativeInteger} y.offset - index offset
47-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
47+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4848
* @param {Callback} fcn - unary callback
4949
*
5050
* @example

lib/node_modules/@stdlib/ndarray/base/unary/lib/2d.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
* @param {NonNegativeIntegerArray} x.shape - dimensions
3131
* @param {IntegerArray} x.strides - stride lengths
3232
* @param {NonNegativeInteger} x.offset - index offset
33-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
33+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
3434
* @param {Object} y - object containing output ndarray meta data
3535
* @param {string} y.dtype - data type
3636
* @param {Collection} y.data - data buffer
3737
* @param {NonNegativeIntegerArray} y.shape - dimensions
3838
* @param {IntegerArray} y.strides - stride lengths
3939
* @param {NonNegativeInteger} y.offset - index offset
40-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
40+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4141
* @param {Callback} fcn - unary callback
4242
* @returns {void}
4343
*

lib/node_modules/@stdlib/ndarray/base/unary/lib/2d_blocked.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ var init = require( './init.js' );
3535
* @param {NonNegativeIntegerArray} x.shape - dimensions
3636
* @param {IntegerArray} x.strides - stride lengths
3737
* @param {NonNegativeInteger} x.offset - index offset
38-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
38+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
3939
* @param {Object} y - object containing output ndarray meta data
4040
* @param {string} y.dtype - data type
4141
* @param {Collection} y.data - data buffer
4242
* @param {NonNegativeIntegerArray} y.shape - dimensions
4343
* @param {IntegerArray} y.strides - stride lengths
4444
* @param {NonNegativeInteger} y.offset - index offset
45-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
45+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4646
* @param {Callback} fcn - unary callback
4747
*
4848
* @example

lib/node_modules/@stdlib/ndarray/base/unary/lib/3d.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
* @param {NonNegativeIntegerArray} x.shape - dimensions
3131
* @param {IntegerArray} x.strides - stride lengths
3232
* @param {NonNegativeInteger} x.offset - index offset
33-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
33+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
3434
* @param {Object} y - object containing output ndarray meta data
3535
* @param {string} y.dtype - data type
3636
* @param {Collection} y.data - data buffer
3737
* @param {NonNegativeIntegerArray} y.shape - dimensions
3838
* @param {IntegerArray} y.strides - stride lengths
3939
* @param {NonNegativeInteger} y.offset - index offset
40-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
40+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4141
* @param {Callback} fcn - unary callback
4242
* @returns {void}
4343
*

lib/node_modules/@stdlib/ndarray/base/unary/lib/3d_blocked.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ var init = require( './init.js' );
3737
* @param {NonNegativeIntegerArray} x.shape - dimensions
3838
* @param {IntegerArray} x.strides - stride lengths
3939
* @param {NonNegativeInteger} x.offset - index offset
40-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
40+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
4141
* @param {Object} y - object containing output ndarray meta data
4242
* @param {string} y.dtype - data type
4343
* @param {Collection} y.data - data buffer
4444
* @param {NonNegativeIntegerArray} y.shape - dimensions
4545
* @param {IntegerArray} y.strides - stride lengths
4646
* @param {NonNegativeInteger} y.offset - index offset
47-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
47+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4848
* @param {Callback} fcn - unary callback
4949
*
5050
* @example

lib/node_modules/@stdlib/ndarray/base/unary/lib/4d.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
* @param {NonNegativeIntegerArray} x.shape - dimensions
3131
* @param {IntegerArray} x.strides - stride lengths
3232
* @param {NonNegativeInteger} x.offset - index offset
33-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
33+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
3434
* @param {Object} y - object containing output ndarray meta data
3535
* @param {string} y.dtype - data type
3636
* @param {Collection} y.data - data buffer
3737
* @param {NonNegativeIntegerArray} y.shape - dimensions
3838
* @param {IntegerArray} y.strides - stride lengths
3939
* @param {NonNegativeInteger} y.offset - index offset
40-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
40+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4141
* @param {Callback} fcn - unary callback
4242
* @returns {void}
4343
*

lib/node_modules/@stdlib/ndarray/base/unary/lib/4d_blocked.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ var init = require( './init.js' );
3737
* @param {NonNegativeIntegerArray} x.shape - dimensions
3838
* @param {IntegerArray} x.strides - stride lengths
3939
* @param {NonNegativeInteger} x.offset - index offset
40-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
40+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
4141
* @param {Object} y - object containing output ndarray meta data
4242
* @param {string} y.dtype - data type
4343
* @param {Collection} y.data - data buffer
4444
* @param {NonNegativeIntegerArray} y.shape - dimensions
4545
* @param {IntegerArray} y.strides - stride lengths
4646
* @param {NonNegativeInteger} y.offset - index offset
47-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
47+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4848
* @param {Callback} fcn - unary callback
4949
*
5050
* @example

lib/node_modules/@stdlib/ndarray/base/unary/lib/5d.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@
3030
* @param {NonNegativeIntegerArray} x.shape - dimensions
3131
* @param {IntegerArray} x.strides - stride lengths
3232
* @param {NonNegativeInteger} x.offset - index offset
33-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
33+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
3434
* @param {Object} y - object containing output ndarray meta data
3535
* @param {string} y.dtype - data type
3636
* @param {Collection} y.data - data buffer
3737
* @param {NonNegativeIntegerArray} y.shape - dimensions
3838
* @param {IntegerArray} y.strides - stride lengths
3939
* @param {NonNegativeInteger} y.offset - index offset
40-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
40+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4141
* @param {Callback} fcn - unary callback
4242
* @returns {void}
4343
*

lib/node_modules/@stdlib/ndarray/base/unary/lib/5d_blocked.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ var init = require( './init.js' );
3737
* @param {NonNegativeIntegerArray} x.shape - dimensions
3838
* @param {IntegerArray} x.strides - stride lengths
3939
* @param {NonNegativeInteger} x.offset - index offset
40-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
40+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
4141
* @param {Object} y - object containing output ndarray meta data
4242
* @param {string} y.dtype - data type
4343
* @param {Collection} y.data - data buffer
4444
* @param {NonNegativeIntegerArray} y.shape - dimensions
4545
* @param {IntegerArray} y.strides - stride lengths
4646
* @param {NonNegativeInteger} y.offset - index offset
47-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
47+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4848
* @param {Callback} fcn - unary callback
4949
*
5050
* @example

lib/node_modules/@stdlib/ndarray/base/unary/lib/6d.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
* @param {NonNegativeIntegerArray} x.shape - dimensions
3333
* @param {IntegerArray} x.strides - stride lengths
3434
* @param {NonNegativeInteger} x.offset - index offset
35-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
35+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
3636
* @param {Object} y - object containing output ndarray meta data
3737
* @param {string} y.dtype - data type
3838
* @param {Collection} y.data - data buffer
3939
* @param {NonNegativeIntegerArray} y.shape - dimensions
4040
* @param {IntegerArray} y.strides - stride lengths
4141
* @param {NonNegativeInteger} y.offset - index offset
42-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
42+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4343
* @param {Callback} fcn - unary callback
4444
* @returns {void}
4545
*

lib/node_modules/@stdlib/ndarray/base/unary/lib/6d_blocked.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ var init = require( './init.js' );
3737
* @param {NonNegativeIntegerArray} x.shape - dimensions
3838
* @param {IntegerArray} x.strides - stride lengths
3939
* @param {NonNegativeInteger} x.offset - index offset
40-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
40+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
4141
* @param {Object} y - object containing output ndarray meta data
4242
* @param {string} y.dtype - data type
4343
* @param {Collection} y.data - data buffer
4444
* @param {NonNegativeIntegerArray} y.shape - dimensions
4545
* @param {IntegerArray} y.strides - stride lengths
4646
* @param {NonNegativeInteger} y.offset - index offset
47-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
47+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4848
* @param {Callback} fcn - unary callback
4949
*
5050
* @example

lib/node_modules/@stdlib/ndarray/base/unary/lib/7d.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
* @param {NonNegativeIntegerArray} x.shape - dimensions
3333
* @param {IntegerArray} x.strides - stride lengths
3434
* @param {NonNegativeInteger} x.offset - index offset
35-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
35+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
3636
* @param {Object} y - object containing output ndarray meta data
3737
* @param {string} y.dtype - data type
3838
* @param {Collection} y.data - data buffer
3939
* @param {NonNegativeIntegerArray} y.shape - dimensions
4040
* @param {IntegerArray} y.strides - stride lengths
4141
* @param {NonNegativeInteger} y.offset - index offset
42-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
42+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4343
* @param {Callback} fcn - unary callback
4444
* @returns {void}
4545
*

lib/node_modules/@stdlib/ndarray/base/unary/lib/7d_blocked.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ var init = require( './init.js' );
3737
* @param {NonNegativeIntegerArray} x.shape - dimensions
3838
* @param {IntegerArray} x.strides - stride lengths
3939
* @param {NonNegativeInteger} x.offset - index offset
40-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
40+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
4141
* @param {Object} y - object containing output ndarray meta data
4242
* @param {string} y.dtype - data type
4343
* @param {Collection} y.data - data buffer
4444
* @param {NonNegativeIntegerArray} y.shape - dimensions
4545
* @param {IntegerArray} y.strides - stride lengths
4646
* @param {NonNegativeInteger} y.offset - index offset
47-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
47+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4848
* @param {Callback} fcn - unary callback
4949
*
5050
* @example

lib/node_modules/@stdlib/ndarray/base/unary/lib/8d.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
* @param {NonNegativeIntegerArray} x.shape - dimensions
3333
* @param {IntegerArray} x.strides - stride lengths
3434
* @param {NonNegativeInteger} x.offset - index offset
35-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
35+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
3636
* @param {Object} y - object containing output ndarray meta data
3737
* @param {string} y.dtype - data type
3838
* @param {Collection} y.data - data buffer
3939
* @param {NonNegativeIntegerArray} y.shape - dimensions
4040
* @param {IntegerArray} y.strides - stride lengths
4141
* @param {NonNegativeInteger} y.offset - index offset
42-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
42+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4343
* @param {Callback} fcn - unary callback
4444
* @returns {void}
4545
*

lib/node_modules/@stdlib/ndarray/base/unary/lib/8d_blocked.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ var init = require( './init.js' );
3737
* @param {NonNegativeIntegerArray} x.shape - dimensions
3838
* @param {IntegerArray} x.strides - stride lengths
3939
* @param {NonNegativeInteger} x.offset - index offset
40-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
40+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
4141
* @param {Object} y - object containing output ndarray meta data
4242
* @param {string} y.dtype - data type
4343
* @param {Collection} y.data - data buffer
4444
* @param {NonNegativeIntegerArray} y.shape - dimensions
4545
* @param {IntegerArray} y.strides - stride lengths
4646
* @param {NonNegativeInteger} y.offset - index offset
47-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
47+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4848
* @param {Callback} fcn - unary callback
4949
*
5050
* @example

lib/node_modules/@stdlib/ndarray/base/unary/lib/9d.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
* @param {NonNegativeIntegerArray} x.shape - dimensions
3333
* @param {IntegerArray} x.strides - stride lengths
3434
* @param {NonNegativeInteger} x.offset - index offset
35-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
35+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
3636
* @param {Object} y - object containing output ndarray meta data
3737
* @param {string} y.dtype - data type
3838
* @param {Collection} y.data - data buffer
3939
* @param {NonNegativeIntegerArray} y.shape - dimensions
4040
* @param {IntegerArray} y.strides - stride lengths
4141
* @param {NonNegativeInteger} y.offset - index offset
42-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
42+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4343
* @param {Callback} fcn - unary callback
4444
* @returns {void}
4545
*

lib/node_modules/@stdlib/ndarray/base/unary/lib/9d_blocked.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ var init = require( './init.js' );
3737
* @param {NonNegativeIntegerArray} x.shape - dimensions
3838
* @param {IntegerArray} x.strides - stride lengths
3939
* @param {NonNegativeInteger} x.offset - index offset
40-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
40+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
4141
* @param {Object} y - object containing output ndarray meta data
4242
* @param {string} y.dtype - data type
4343
* @param {Collection} y.data - data buffer
4444
* @param {NonNegativeIntegerArray} y.shape - dimensions
4545
* @param {IntegerArray} y.strides - stride lengths
4646
* @param {NonNegativeInteger} y.offset - index offset
47-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
47+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
4848
* @param {Callback} fcn - unary callback
4949
*
5050
* @example

lib/node_modules/@stdlib/ndarray/base/unary/lib/copy_ndarray.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* @param {NonNegativeIntegerArray} x.shape - dimensions
3535
* @param {IntegerArray} x.strides - stride lengths
3636
* @param {NonNegativeInteger} x.offset - index offset
37-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
37+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
3838
* @returns {Object} object containing ndarray meta data
3939
*/
4040
function copy( x ) {

lib/node_modules/@stdlib/ndarray/base/unary/lib/init.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ var defaults = require( './defaults.js' );
4949
* @param {NonNegativeIntegerArray} x.shape - dimensions
5050
* @param {IntegerArray} x.strides - stride lengths
5151
* @param {NonNegativeInteger} x.offset - index offset
52-
* @param {string} x.order - specifies whether `x` is row-major` (C-style) or column major( Fortran-style)
52+
* @param {string} x.order - specifies whether `x` is row-major (C-style) or column-major (Fortran-style)
5353
* @param {Object} y - object containing output ndarray meta data
5454
* @param {string} y.dtype - data type
5555
* @param {Collection} y.data - data buffer
5656
* @param {NonNegativeIntegerArray} y.shape - dimensions
5757
* @param {IntegerArray} y.strides - stride lengths
5858
* @param {NonNegativeInteger} y.offset - index offset
59-
* @param {string} y.order - specifies whether `y` is row-major` (C-style) or column major( Fortran-style)
59+
* @param {string} y.order - specifies whether `y` is row-major (C-style) or column-major (Fortran-style)
6060
* @returns {Object} block data
6161
*/
6262
function init( x, y ) {

lib/node_modules/@stdlib/ndarray/base/unary/lib/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ var MAX_DIMS = UNARY.length + 2;
8686
* - **shape**: dimensions.
8787
* - **strides**: stride lengths.
8888
* - **offset**: index offset.
89-
* - **order**: specifies whether `x` is row-major` (C-style) or column major( Fortran-style).
89+
* - **order**: specifies whether an ndarray is row-major (C-style) or column major (Fortran-style).
9090
*
9191
* @param {ArrayLikeObject<Object>} arrays - array-like object containing one input array and one output array
9292
* @param {Callback} fcn - unary callback

0 commit comments

Comments
 (0)