Skip to content

Commit c4709b8

Browse files
committed
Update artifacts
1 parent 7314307 commit c4709b8

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[344,348,98.8506,25,27,92.5926,4,4,100,344,348,98.8506,"98fa29f0c3aa52aca0bbfb9bdf173250b4fd860a","2024-12-29 11:27:15 -0500"]
2+
[344,348,98.8506,25,27,92.5926,4,4,100,344,348,98.8506,"c88e9f51302adbe0d828fd298d9dbc138f6b3e7b","2025-01-11 16:25:20 -0800"]

stats/base/dists/triangular/mgf/factory.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
342342
if ( t === 0.0 ) <span class="branch-0 cbranch-no" title="branch not covered" >{</span>
343343
<span class="cstat-no" title="statement not covered" > return 1.0;</span>
344344
<span class="cstat-no" title="statement not covered" > }</span>
345-
ret = (bmc * exp( a * t )) - (bma * exp( c * t ));
346-
ret += cma * exp( b * t );
345+
ret = ( bmc * exp( a*t ) ) - ( bma * exp( c*t ) );
346+
ret += cma * exp( b*t );
347347
ret *= 2.0;
348348
ret /= bma * cma * bmc * pow( t, 2.0 );
349349
return ret;
@@ -361,7 +361,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
361361
<div class='footer quiet pad2 space-top1 center small'>
362362
Code coverage generated by
363363
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
364-
at 2024-12-29T16:31:02.461Z
364+
at 2025-01-12T00:27:45.952Z
365365
</div>
366366
<script src="../../../../../../prettify.js"></script>
367367
<script>

stats/base/dists/triangular/mgf/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h1><a href="../../../../../../index.html">All files</a> stats/base/dists/triang
146146
<div class='footer quiet pad2 space-top1 center small'>
147147
Code coverage generated by
148148
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149-
at 2024-12-29T16:31:02.461Z
149+
at 2025-01-12T00:27:45.952Z
150150
</div>
151151
<script src="../../../../../../prettify.js"></script>
152152
<script>

stats/base/dists/triangular/mgf/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
259259
<div class='footer quiet pad2 space-top1 center small'>
260260
Code coverage generated by
261261
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
262-
at 2024-12-29T16:31:02.461Z
262+
at 2025-01-12T00:27:45.952Z
263263
</div>
264264
<script src="../../../../../../prettify.js"></script>
265265
<script>

stats/base/dists/triangular/mgf/main.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
373373
bmc = b - c;
374374
bma = b - a;
375375
cma = c - a;
376-
ret = (bmc * exp( a * t )) - (bma * exp( c * t ));
377-
ret += cma * exp( b * t );
376+
ret = ( bmc * exp( a*t ) ) - ( bma * exp( c*t ) );
377+
ret += cma * exp( b*t );
378378
ret *= 2.0;
379379
ret /= bma * cma * bmc * pow( t, 2.0 );
380380
return ret;
@@ -391,7 +391,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
391391
<div class='footer quiet pad2 space-top1 center small'>
392392
Code coverage generated by
393393
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
394-
at 2024-12-29T16:31:02.461Z
394+
at 2025-01-12T00:27:45.952Z
395395
</div>
396396
<script src="../../../../../../prettify.js"></script>
397397
<script>

stats/base/dists/triangular/mgf/native.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ <h1><a href="../../../../../../index.html">All files</a> / <a href="index.html">
313313
<div class='footer quiet pad2 space-top1 center small'>
314314
Code coverage generated by
315315
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
316-
at 2024-12-29T16:31:02.461Z
316+
at 2025-01-12T00:27:45.952Z
317317
</div>
318318
<script src="../../../../../../prettify.js"></script>
319319
<script>

0 commit comments

Comments
 (0)