@@ -57,7 +57,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
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 >
@@ -432,9 +432,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
432432*
433433* @example
434434* var Complex128Array = require( '@stdlib/array/complex128' );
435- * var Complex128 = require( '@stdlib/complex/float64' );
436- * var real = require( '@stdlib/complex/real' );
437- * var imag = require( '@stdlib/complex/imag' );
435+ * var Complex128 = require( '@stdlib/complex/float64/ctor ' );
436+ * var real = require( '@stdlib/complex/float64/ real' );
437+ * var imag = require( '@stdlib/complex/float64/ imag' );
438438*
439439* var arr = new Complex128Array( [ 1, 2, 3, 4 ] );
440440*
@@ -462,9 +462,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
462462*
463463* @example
464464* var Complex64Array = require( '@stdlib/array/complex64' );
465- * var Complex64 = require( '@stdlib/complex/float32' );
466- * var realf = require( '@stdlib/complex/realf ' );
467- * var imagf = require( '@stdlib/complex/imagf ' );
465+ * var Complex64 = require( '@stdlib/complex/float32/ctor ' );
466+ * var realf = require( '@stdlib/complex/float32/real ' );
467+ * var imagf = require( '@stdlib/complex/float32/imag ' );
468468*
469469* var arr = new Complex64Array( [ 1, 2, 3, 4 ] );
470470*
@@ -524,9 +524,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
524524*
525525* @example
526526* var Complex64Array = require( '@stdlib/array/complex64' );
527- * var Complex64 = require( '@stdlib/complex/float32' );
528- * var realf = require( '@stdlib/complex/realf ' );
529- * var imagf = require( '@stdlib/complex/imagf ' );
527+ * var Complex64 = require( '@stdlib/complex/float32/ctor ' );
528+ * var realf = require( '@stdlib/complex/float32/real ' );
529+ * var imagf = require( '@stdlib/complex/float32/imag ' );
530530* var dtype = require( '@stdlib/array/dtype' );
531531*
532532* var arr = new Complex64Array( [ 1, 2, 3, 4 ] );
@@ -562,7 +562,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">array/
562562 < div class ='footer quiet pad2 space-top1 center small '>
563563 Code coverage generated by
564564 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
565- at 2024-01-26T08:27:42.346Z
565+ at 2024-09-21T21:19:43.080Z
566566 </ div >
567567 < script src ="../../../../prettify.js "> </ script >
568568 < script >
0 commit comments