@@ -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 >
@@ -201,10 +201,10 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
201201
202202// MODULES //
203203
204- var Complex64 = require( '@stdlib/complex/float32' );
204+ var Complex64 = require( '@stdlib/complex/float32/ctor ' );
205205var ceilf = require( '@stdlib/math/base/special/ceilf' );
206- var realf = require( '@stdlib/complex/realf ' );
207- var imagf = require( '@stdlib/complex/imagf ' );
206+ var realf = require( '@stdlib/complex/float32/real ' );
207+ var imagf = require( '@stdlib/complex/float32/imag ' );
208208
209209
210210// MAIN //
@@ -216,9 +216,9 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
216216* @returns {Complex64} result
217217*
218218* @example
219- * var Complex64 = require( '@stdlib/complex/float32' );
220- * var realf = require( '@stdlib/complex/realf ' );
221- * var imagf = require( '@stdlib/complex/imagf ' );
219+ * var Complex64 = require( '@stdlib/complex/float32/ctor ' );
220+ * var realf = require( '@stdlib/complex/float32/real ' );
221+ * var imagf = require( '@stdlib/complex/float32/imag ' );
222222*
223223* var v = cceilf( new Complex64( -1.5, 2.5 ) );
224224* // returns <Complex64>
@@ -244,7 +244,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
244244 < div class ='footer quiet pad2 space-top1 center small '>
245245 Code coverage generated by
246246 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
247- at 2023-08-17T00:11:12.807Z
247+ at 2025-01-04T03:12:15.857Z
248248 </ div >
249249 < script src ="../../../../../prettify.js "> </ script >
250250 < script >
0 commit comments