Skip to content

Commit b080614

Browse files
committed
Update artifacts
1 parent 42429ac commit b080614

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-
[197,199,98.995,11,12,91.6667,2,2,100,197,199,98.995,"8dba89f3f94dfb92d2499b7bd1dc5532c795ed98","2025-12-09 17:55:33 +0530"]
1+
[197,199,98.995,11,12,91.6667,2,2,100,197,199,98.995,"59e7e26890fd872b0ec9f4123d3df8287bb4fc55","2025-12-09 18:00:25 +0530"]

math/base/special/truncbf/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1>All files</h1>
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-12-09T12:27:15.968Z
134+
at 2025-12-09T12:32:08.723Z
135135
</div>
136136
<script src="prettify.js"></script>
137137
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
268268
<div class='footer quiet pad2 space-top1 center small'>
269269
Code coverage generated by
270270
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
271-
at 2025-12-09T12:27:15.968Z
271+
at 2025-12-09T12:32:08.723Z
272272
</div>
273273
<script src="prettify.js"></script>
274274
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
325325
<div class='footer quiet pad2 space-top1 center small'>
326326
Code coverage generated by
327327
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
328-
at 2025-12-09T12:27:15.968Z
328+
at 2025-12-09T12:32:08.723Z
329329
</div>
330330
<script src="prettify.js"></script>
331331
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ <h1><a href="index.html">All files</a> native.js</h1>
197197
*
198198
* @example
199199
* var v = truncbf( 3.14159, 2, 10 );
200-
* // returns 3.14
200+
* // returns 3.140000104904175
201201
*/
202202
function truncbf( x, n, b ) {
203203
return addon( x, n, b );
@@ -214,7 +214,7 @@ <h1><a href="index.html">All files</a> native.js</h1>
214214
<div class='footer quiet pad2 space-top1 center small'>
215215
Code coverage generated by
216216
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
217-
at 2025-12-09T12:27:15.968Z
217+
at 2025-12-09T12:32:08.723Z
218218
</div>
219219
<script src="prettify.js"></script>
220220
<script>

0 commit comments

Comments
 (0)