@@ -23,30 +23,30 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
2323 < div class ='clearfix '>
2424
2525 < div class ='fl pad1y space-right2 '>
26- < span class ="strong "> 94.73 % </ span >
26+ < span class ="strong "> 100 % </ span >
2727 < span class ="quiet "> Statements</ span >
28- < span class ='fraction '> 72 /76</ span >
28+ < span class ='fraction '> 76 /76</ span >
2929 </ div >
3030
3131
3232 < div class ='fl pad1y space-right2 '>
3333 < span class ="strong "> 100% </ span >
3434 < span class ="quiet "> Branches</ span >
35- < span class ='fraction '> 1/1 </ span >
35+ < span class ='fraction '> 2/2 </ span >
3636 </ div >
3737
3838
3939 < div class ='fl pad1y space-right2 '>
40- < span class ="strong "> 0 % </ span >
40+ < span class ="strong "> 100 % </ span >
4141 < span class ="quiet "> Functions</ span >
42- < span class ='fraction '> 0 /1</ span >
42+ < span class ='fraction '> 1 /1</ span >
4343 </ div >
4444
4545
4646 < div class ='fl pad1y space-right2 '>
47- < span class ="strong "> 94.73 % </ span >
47+ < span class ="strong "> 100 % </ span >
4848 < span class ="quiet "> Lines</ span >
49- < span class ='fraction '> 72 /76</ span >
49+ < span class ='fraction '> 76 /76</ span >
5050 </ div >
5151
5252
@@ -57,7 +57,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
5757 < template id ="filterTemplate ">
5858 < div class ="quiet ">
5959 Filter:
60- < input oninput =" onInput() " type ="search " id ="fileSearch ">
60+ < input type ="search " id ="fileSearch ">
6161 </ div >
6262 </ template >
6363 </ div >
@@ -206,10 +206,10 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
206206< span class ="cline-any cline-yes "> 1x</ span >
207207< span class ="cline-any cline-yes "> 1x</ span >
208208< span class ="cline-any cline-yes "> 1x</ span >
209- < span class ="cline-any cline-no " > </ span >
210- < span class ="cline-any cline-no " > </ span >
211- < span class ="cline-any cline-no " > </ span >
212- < span class ="cline-any cline-no " > </ span >
209+ < span class ="cline-any cline-yes " > 2008x </ span >
210+ < span class ="cline-any cline-yes " > 2008x </ span >
211+ < span class ="cline-any cline-yes " > 2008x </ span >
212+ < span class ="cline-any cline-yes " > 2008x </ span >
213213< span class ="cline-any cline-yes "> 1x</ span >
214214< span class ="cline-any cline-yes "> 1x</ span >
215215< span class ="cline-any cline-yes "> 1x</ span >
@@ -237,7 +237,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
237237
238238// MODULES //
239239
240- var Complex128 = require( '@stdlib/complex/float64' );
240+ var Complex128 = require( '@stdlib/complex/float64/ctor ' );
241241var addon = require( './../src/addon.node' );
242242
243243
@@ -251,9 +251,9 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
251251* @returns {Complex128} result
252252*
253253* @example
254- * var Complex128 = require( '@stdlib/complex/float64' );
255- * var real = require( '@stdlib/complex/real' );
256- * var imag = require( '@stdlib/complex/imag' );
254+ * var Complex128 = require( '@stdlib/complex/float64/ctor ' );
255+ * var real = require( '@stdlib/complex/float64/ real' );
256+ * var imag = require( '@stdlib/complex/float64/ imag' );
257257*
258258* var v = csignum( new Complex128( -4.2, 5.5 ) );
259259* // returns <Complex128>
@@ -268,7 +268,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
268268* // returns <Complex128>
269269*
270270* re = real( v );
271- * // returns - 0.0
271+ * // returns 0.0
272272*
273273* im = imag( v );
274274* // returns 0.0
@@ -282,10 +282,10 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
282282* im = imag( v );
283283* // returns NaN
284284*/
285- < span class =" cstat-no " title =" statement not covered " > < span class =" fstat-no " title =" function not covered " > function csignum( z ) {</ span > </ span >
286- < span class =" cstat-no " title =" statement not covered " > var v = addon( z );</ span >
287- < span class =" cstat-no " title =" statement not covered " > return new Complex128( v.re, v.im );</ span >
288- < span class =" cstat-no " title =" statement not covered " > } </ span >
285+ function csignum( z ) {
286+ var v = addon( z );
287+ return new Complex128( v.re, v.im );
288+ }
289289
290290
291291// EXPORTS //
@@ -298,7 +298,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
298298 < div class ='footer quiet pad2 space-top1 center small '>
299299 Code coverage generated by
300300 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
301- at 2023-08-17T00:11:43.939Z
301+ at 2025-03-25T07:59:05.994Z
302302 </ div >
303303 < script src ="../../../../../prettify.js "> </ script >
304304 < script >
0 commit comments