File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
lib/node_modules/@stdlib/lapack/base/dladiv/lib Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ var out = new Float64Array( 2 );
39
39
* @param {number } b - imaginary component of numerator
40
40
* @param {number } c - real component of denominator
41
41
* @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
43
43
* @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
45
45
* @param {NonNegativeInteger } offsetQ - index of the element in `Q`
46
46
* @returns {void }
47
47
*
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ var base = require( './base.js' );
32
32
* @param {number } b - imaginary component of numerator
33
33
* @param {number } c - real component of denominator
34
34
* @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
36
36
* @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
38
38
* @param {NonNegativeInteger } offsetQ - index of the element in `Q`
39
39
* @returns {void }
40
40
*
You can’t perform that action at this time.
0 commit comments