Skip to content

Commit 476de41

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 06f5aa6 commit 476de41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/node_modules/@stdlib/lapack/base/dladiv/lib/base.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ var out = new Float64Array( 2 );
3939
* @param {number} b - imaginary component of numerator
4040
* @param {number} c - real component of denominator
4141
* @param {number} d - imaginary component of denominator
42-
* @param {Float64Array} P - array containing a single element which is overwritten by the real part of the quotient
42+
* @param {Float64Array} P - array containing an element which is overwritten by the real part of the quotient
4343
* @param {NonNegativeInteger} offsetP - index of the element in `P`
44-
* @param {Float64Array} Q - array containing a single element which is overwritten by the imaginary part of the quotient
44+
* @param {Float64Array} Q - array containing an element which is overwritten by the imaginary part of the quotient
4545
* @param {NonNegativeInteger} offsetQ - index of the element in `Q`
4646
* @returns {void}
4747
*

lib/node_modules/@stdlib/lapack/base/dladiv/lib/ndarray.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ var base = require( './base.js' );
3232
* @param {number} b - imaginary component of numerator
3333
* @param {number} c - real component of denominator
3434
* @param {number} d - imaginary component of denominator
35-
* @param {Float64Array} P - array containing a single element which is overwritten by the real part of the quotient
35+
* @param {Float64Array} P - array containing an element which is overwritten by the real part of the quotient
3636
* @param {NonNegativeInteger} offsetP - index of the element in `P`
37-
* @param {Float64Array} Q - array containing a single element which is overwritten by the imaginary part of the quotient
37+
* @param {Float64Array} Q - array containing an element which is overwritten by the imaginary part of the quotient
3838
* @param {NonNegativeInteger} offsetQ - index of the element in `Q`
3939
* @returns {void}
4040
*

0 commit comments

Comments
 (0)