Skip to content

Commit 6d28485

Browse files
committed
Update artifacts
1 parent 5761c2f commit 6d28485

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

math/base/special/bernoulli/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
[235,235,100,14,14,100,2,2,100,235,235,100,"7c8d0ced2596cd1ed9e4dec0a40915dd91f59537","2024-03-19 13:17:54 -0700"]
44
[238,238,100,16,16,100,2,2,100,238,238,100,"47cfa907d643a00ac5b3fce9967e655401e110f8","2024-11-14 01:58:24 -0800"]
55
[239,239,100,16,16,100,2,2,100,239,239,100,"0e2afeeeb0bf31c508ed943c5f0f6fb558a26381","2025-02-25 14:28:41 -0800"]
6+
[239,239,100,16,16,100,2,2,100,239,239,100,"66f7bba1086767688fb3c4d4b2204cc6e92280bb","2025-08-24 00:24:36 -0700"]

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-02-25T22:30:08.630Z
134+
at 2025-08-24T07:27:04.795Z
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-02-25T22:30:08.630Z
247+
at 2025-08-24T07:27:04.795Z
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-02-25T22:30:08.630Z
382+
at 2025-08-24T07:27:04.795Z
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-02-25T22:30:08.630Z
307+
at 2025-08-24T07:27:04.795Z
308308
</div>
309309
<script src="../../../../../prettify.js"></script>
310310
<script>

0 commit comments

Comments
 (0)