Skip to content

Commit f1b742e

Browse files
committed
Update artifacts
1 parent ffe99cf commit f1b742e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[239,239,100,16,16,100,2,2,100,239,239,100,"b7b38447fd59acab1dffcb1a1e27b593afa724a0","2025-08-24 00:16:36 +0530"]
1+
[239,239,100,16,16,100,2,2,100,239,239,100,"15fe7c0d00f8a5a27e9e4fef3d4dc9a5467efb51","2025-08-24 12:46:10 +0530"]

math/base/special/bernoulli/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1><a href="../../../../../index.html">All files</a> math/base/special/bernoull
131131
<div class='footer quiet pad2 space-top1 center small'>
132132
Code coverage generated by
133133
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134-
at 2025-08-23T18:50:12.234Z
134+
at 2025-08-24T07:18:06.648Z
135135
</div>
136136
<script src="../../../../../prettify.js"></script>
137137
<script>

math/base/special/bernoulli/index.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-08-23T18:50:12.234Z
247+
at 2025-08-24T07:18:06.648Z
248248
</div>
249249
<script src="../../../../../prettify.js"></script>
250250
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
363363
return 0.0;
364364
}
365365
if ( n &gt; MAX_BERNOULLI ) {
366-
return ( (n/2)&amp;1 ) ? PINF : NINF;
366+
return ( isOdd( n/2.0 ) ) ? PINF : NINF;
367367
}
368368
return BERNOULLI[ n/2 ];
369369
}
@@ -379,7 +379,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
379379
<div class='footer quiet pad2 space-top1 center small'>
380380
Code coverage generated by
381381
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
382-
at 2025-08-23T18:50:12.234Z
382+
at 2025-08-24T07:18:06.648Z
383383
</div>
384384
<script src="../../../../../prettify.js"></script>
385385
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
304304
<div class='footer quiet pad2 space-top1 center small'>
305305
Code coverage generated by
306306
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
307-
at 2025-08-23T18:50:12.234Z
307+
at 2025-08-24T07:18:06.648Z
308308
</div>
309309
<script src="../../../../../prettify.js"></script>
310310
<script>

0 commit comments

Comments
 (0)