Skip to content

Commit 4beea93

Browse files
committed
Update artifacts
1 parent 3daf9a9 commit 4beea93

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[340,344,98.8372,27,29,93.1034,4,4,100,340,344,98.8372,"691f791e24cbc364ab1396e25b6a2d0f1462dde9","2025-05-26 01:31:12 -0700"]
1+
[340,344,98.8372,27,29,93.1034,4,4,100,340,344,98.8372,"7e9f9e9a9bcd2cec02d33690b62f0cde4541fbc9","2025-06-01 08:41:53 -0700"]

math/base/special/spencef/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1><a href="../../../../../index.html">All files</a> math/base/special/spencef/
161161
<div class='footer quiet pad2 space-top1 center small'>
162162
Code coverage generated by
163163
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
164-
at 2025-05-26T08:33:24.856Z
164+
at 2025-06-01T15:44:06.113Z
165165
</div>
166166
<script src="../../../../../prettify.js"></script>
167167
<script>

math/base/special/spencef/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
217217
<div class='footer quiet pad2 space-top1 center small'>
218218
Code coverage generated by
219219
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
220-
at 2025-05-26T08:33:24.856Z
220+
at 2025-06-01T15:44:06.113Z
221221
</div>
222222
<script src="../../../../../prettify.js"></script>
223223
<script>

math/base/special/spencef/main.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -445,15 +445,15 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
445445
w = f32( -x );
446446
flg |= 1;
447447
} else {
448-
w = x - ONE;
448+
w = f32( x - ONE );
449449
}
450450
y = f32( -w * f32( polyvalA( w ) / polyvalB( w ) ) );
451451
if ( flg &amp; 1 ) {
452452
y = f32( PI2O6 - f32( lnf( x )*lnf( ONE-x ) ) - y );
453453
}
454454
if ( flg &amp; 2 ) {
455455
z = lnf( x );
456-
y = -f32( f32( HALF*z*z ) + y );
456+
y = f32( -f32( f32( HALF * f32( z*z ) ) + y ) );
457457
}
458458
return y;
459459
}
@@ -469,7 +469,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
469469
<div class='footer quiet pad2 space-top1 center small'>
470470
Code coverage generated by
471471
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
472-
at 2025-05-26T08:33:24.856Z
472+
at 2025-06-01T15:44:06.113Z
473473
</div>
474474
<script src="../../../../../prettify.js"></script>
475475
<script>

math/base/special/spencef/native.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 2025-05-26T08:33:24.856Z
247+
at 2025-06-01T15:44:06.113Z
248248
</div>
249249
<script src="../../../../../prettify.js"></script>
250250
<script>

math/base/special/spencef/polyval_a.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
226226
<div class='footer quiet pad2 space-top1 center small'>
227227
Code coverage generated by
228228
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
229-
at 2025-05-26T08:33:24.856Z
229+
at 2025-06-01T15:44:06.113Z
230230
</div>
231231
<script src="../../../../../prettify.js"></script>
232232
<script>

math/base/special/spencef/polyval_b.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
226226
<div class='footer quiet pad2 space-top1 center small'>
227227
Code coverage generated by
228228
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
229-
at 2025-05-26T08:33:24.856Z
229+
at 2025-06-01T15:44:06.113Z
230230
</div>
231231
<script src="../../../../../prettify.js"></script>
232232
<script>

0 commit comments

Comments
 (0)