@@ -25,7 +25,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
2525 < div class ='fl pad1y space-right2 '>
2626 < span class ="strong "> 100% </ span >
2727 < span class ="quiet "> Statements</ span >
28- < span class ='fraction '> 88/88 </ span >
28+ < span class ='fraction '> 84/84 </ span >
2929 </ div >
3030
3131
@@ -46,7 +46,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
4646 < div class ='fl pad1y space-right2 '>
4747 < span class ="strong "> 100% </ span >
4848 < span class ="quiet "> Lines</ span >
49- < span class ='fraction '> 88/88 </ span >
49+ < span class ='fraction '> 84/84 </ span >
5050 </ div >
5151
5252
@@ -147,15 +147,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
147147< a name ='L82 '> </ a > < a href ='#L82 '> 82</ a >
148148< a name ='L83 '> </ a > < a href ='#L83 '> 83</ a >
149149< a name ='L84 '> </ a > < a href ='#L84 '> 84</ a >
150- < a name ='L85 '> </ a > < a href ='#L85 '> 85</ a >
151- < a name ='L86 '> </ a > < a href ='#L86 '> 86</ a >
152- < a name ='L87 '> </ a > < a href ='#L87 '> 87</ a >
153- < a name ='L88 '> </ a > < a href ='#L88 '> 88</ a >
154- < a name ='L89 '> </ a > < a href ='#L89 '> 89</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 3x</ span >
155- < span class ="cline-any cline-yes "> 3x</ span >
156- < span class ="cline-any cline-yes "> 3x</ span >
157- < span class ="cline-any cline-yes "> 3x</ span >
158- < span class ="cline-any cline-yes "> 3x</ span >
150+ < a name ='L85 '> </ a > < a href ='#L85 '> 85</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 3x</ span >
159151< span class ="cline-any cline-yes "> 3x</ span >
160152< span class ="cline-any cline-yes "> 3x</ span >
161153< span class ="cline-any cline-yes "> 3x</ span >
@@ -267,8 +259,6 @@ <h1><a href="index.html">All files</a> index.js</h1>
267259* @example
268260* var Complex64Array = require( '@stdlib/array/complex64' );
269261* var Complex64 = require( '@stdlib/complex/float32/ctor' );
270- * var realf = require( '@stdlib/complex/float32/real' );
271- * var imagf = require( '@stdlib/complex/float32/imag' );
272262* var crot = require( '@stdlib/lapack/base/crot' );
273263*
274264* var cx = new Complex64Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 ] );
@@ -286,8 +276,6 @@ <h1><a href="index.html">All files</a> index.js</h1>
286276* @example
287277* var Complex64Array = require( '@stdlib/array/complex64' );
288278* var Complex64 = require( '@stdlib/complex/float32/ctor' );
289- * var realf = require( '@stdlib/complex/float32/real' );
290- * var imagf = require( '@stdlib/complex/float32/imag' );
291279* var crot = require( '@stdlib/lapack/base/crot' );
292280*
293281* var cx = new Complex64Array( [ 1.0, 2.0, 3.0, 4.0, 5.0, 6.0, 7.0, 8.0 ] );
@@ -334,7 +322,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
334322 < div class ='footer quiet pad2 space-top1 center small '>
335323 Code coverage generated by
336324 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
337- at 2025-12-10T17:15:55.228Z
325+ at 2025-12-14T16:27:21.923Z
338326 </ div >
339327 < script src ="prettify.js "> </ script >
340328 < script >
0 commit comments