@@ -25,7 +25,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
2525 < div class ='fl pad1y space-right2 '>
2626 < span class ="strong "> 97.26% </ span >
2727 < span class ="quiet "> Statements</ span >
28- < span class ='fraction '> 284/292 </ span >
28+ < span class ='fraction '> 285/293 </ span >
2929 </ div >
3030
3131
@@ -46,7 +46,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
4646 < div class ='fl pad1y space-right2 '>
4747 < span class ="strong "> 97.26% </ span >
4848 < span class ="quiet "> Lines</ span >
49- < span class ='fraction '> 284/292 </ span >
49+ < span class ='fraction '> 285/293 </ span >
5050 </ div >
5151
5252
@@ -355,7 +355,9 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
355355< a name ='L290 '> </ a > < a href ='#L290 '> 290</ a >
356356< a name ='L291 '> </ a > < a href ='#L291 '> 291</ a >
357357< a name ='L292 '> </ a > < a href ='#L292 '> 292</ a >
358- < a name ='L293 '> </ a > < a href ='#L293 '> 293</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 3x</ span >
358+ < a name ='L293 '> </ a > < a href ='#L293 '> 293</ a >
359+ < a name ='L294 '> </ a > < a href ='#L294 '> 294</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 3x</ span >
360+ < span class ="cline-any cline-yes "> 3x</ span >
359361< span class ="cline-any cline-yes "> 3x</ span >
360362< span class ="cline-any cline-yes "> 3x</ span >
361363< span class ="cline-any cline-yes "> 3x</ span >
@@ -717,6 +719,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
717719* @param {Float64Array} scale - array containing permutation and scaling information
718720* @param {integer} strideScale - stride of `scale`
719721* @param {NonNegativeInteger} offsetScale - starting index for `scale`
722+ * @throws {RangeError} should not return NaN
720723* @returns {integer} status code
721724*
722725* @example
@@ -877,7 +880,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
877880 }
878881
879882 if ( isnan( c ) || isnan( r ) || isnan( ca ) || isnan( ra ) ) < span class ="branch-0 cbranch-no " title ="branch not covered " > {</ span >
880- < span class ="cstat-no " title ="statement not covered " > return -3 ;</ span >
883+ < span class ="cstat-no " title ="statement not covered " > throw new RangeError( 'should not return NaN' ) ;</ span >
881884< span class ="cstat-no " title ="statement not covered " > }</ span >
882885
883886 g = r / sclfac;
@@ -946,7 +949,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">lapack
946949 < div class ='footer quiet pad2 space-top1 center small '>
947950 Code coverage generated by
948951 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
949- at 2025-05-17T06:03:28.836Z
952+ at 2025-05-17T06:05:52.898Z
950953 </ div >
951954 < script src ="../../../../prettify.js "> </ script >
952955 < script >
0 commit comments