@@ -128,8 +128,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
128128< a name ='L63 '> </ a > < a href ='#L63 '> 63</ a >
129129< a name ='L64 '> </ a > < a href ='#L64 '> 64</ a >
130130< a name ='L65 '> </ a > < a href ='#L65 '> 65</ a >
131- < a name ='L66 '> </ a > < a href ='#L66 '> 66</ a >
132- < a name ='L67 '> </ a > < a href ='#L67 '> 67</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 1x</ span >
131+ < a name ='L66 '> </ a > < a href ='#L66 '> 66</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 1x</ span >
133132< span class ="cline-any cline-yes "> 1x</ span >
134133< span class ="cline-any cline-yes "> 1x</ span >
135134< span class ="cline-any cline-yes "> 1x</ span >
@@ -194,8 +193,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
194193< span class ="cline-any cline-yes "> 1x</ span >
195194< span class ="cline-any cline-yes "> 1x</ span >
196195< span class ="cline-any cline-yes "> 1x</ span >
197- < span class ="cline-any cline-yes "> 1x</ span >
198- < span class ="cline-any cline-neutral "> </ span > </ td > < td class ="text "> < pre class ="prettyprint lang-js "> /**
196+ < span class ="cline-any cline-yes "> 1x</ span > </ td > < td class ="text "> < pre class ="prettyprint lang-js "> /**
199197* @license Apache-2.0
200198*
201199* Copyright (c) 2025 The Stdlib Authors.
@@ -204,7 +202,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
204202* you may not use this file except in compliance with the License.
205203* You may obtain a copy of the License at
206204*
207- * http://www.apache.org/licenses/LICENSE-2.0
205+ * http://www.apache.org/licenses/LICENSE-2.0
208206*
209207* Unless required by applicable law or agreed to in writing, software
210208* distributed under the License is distributed on an "AS IS" BASIS,
@@ -224,23 +222,23 @@ <h1><a href="index.html">All files</a> index.js</h1>
224222* var truncbf = require( '@stdlib/math/base/special/truncbf' );
225223*
226224* var v = truncbf( 3.14159, 2, 10 );
227- * // returns 3.14
225+ * // returns 3.140000104904175
228226*
229227* v = truncbf( 3.14159, 3, 10 );
230- * // returns 3.141
228+ * // returns 3.1410000324249268
231229*
232230* v = truncbf( 15.0, -1, 10 );
233231* // returns 10.0
234232*
235233* v = truncbf( -3.14159, 2, 10 );
236- * // returns -3.14
234+ * // returns -3.140000104904175
237235*/
238236
239237// MODULES //
240238
241239var setReadOnly = require( '@stdlib/utils/define-nonenumerable-read-only-property' );
242- var main = require( './main.js ' );
243- var tryRequire = require( '@stdlib/utils/try-require ' );
240+ var tryRequire = require( '@stdlib/utils/try-require ' ); // <-- MOVED UP
241+ var main = require( './main.js ' ); // <-- MOVED DOWN
244242
245243
246244// VARIABLES //
@@ -251,24 +249,23 @@ <h1><a href="index.html">All files</a> index.js</h1>
251249// MAIN //
252250
253251if ( native instanceof Error ) {
254- native = null;
252+ native = null;
255253}
256254if ( native ) < span class ="branch-0 cbranch-no " title ="branch not covered " > {</ span >
257- < span class ="cstat-no " title ="statement not covered " > setReadOnly( main, 'native', native );</ span >
255+ < span class ="cstat-no " title ="statement not covered " > setReadOnly( main, 'native', native );</ span >
258256< span class ="cstat-no " title ="statement not covered " > }</ span >
259257
260258
261259// EXPORTS //
262260
263- module.exports = main;
264- </ pre > </ td > </ tr > </ table > </ pre >
261+ module.exports = main;</ pre > </ td > </ tr > </ table > </ pre >
265262
266263 < div class ='push '> </ div > <!-- for sticky footer -->
267264 </ div > <!-- /wrapper -->
268265 < div class ='footer quiet pad2 space-top1 center small '>
269266 Code coverage generated by
270267 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
271- at 2025-12-09T11:49:13.407Z
268+ at 2025-12-09T12:11:12.511Z
272269 </ div >
273270 < script src ="prettify.js "> </ script >
274271 < script >
0 commit comments