Skip to content

Commit 75592c5

Browse files
committed
Update artifacts
1 parent 3263c2b commit 75592c5

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[280,280,100,15,15,100,2,2,100,280,280,100,"669f20c4e6d8e3662ac98a425b51ff7d80ded621","2025-06-28 07:51:33 -0700"]
1+
[280,280,100,15,15,100,2,2,100,280,280,100,"3eadb85961de521546e126d8699b556fff92a982","2025-06-28 07:57:23 -0700"]

math/base/special/round-nearest-even/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/round-ne
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-06-28T14:53:46.665Z
134+
at 2025-06-28T15:00:07.247Z
135135
</div>
136136
<script src="../../../../../prettify.js"></script>
137137
<script>

math/base/special/round-nearest-even/index.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
236236
'use strict';
237237
&nbsp;
238238
/**
239-
* Round a numeric value to the nearest integer with ties rounding to the nearest even integer.
239+
* Round a double-precision floating-point number to the nearest integer value with ties rounding to the nearest even integer.
240240
*
241241
* @module @stdlib/math/base/special/round-nearest-even
242242
*
@@ -298,7 +298,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
298298
<div class='footer quiet pad2 space-top1 center small'>
299299
Code coverage generated by
300300
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
301-
at 2025-06-28T14:53:46.665Z
301+
at 2025-06-28T15:00:07.247Z
302302
</div>
303303
<script src="../../../../../prettify.js"></script>
304304
<script>

math/base/special/round-nearest-even/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
313313
// MAIN //
314314
&nbsp;
315315
/**
316-
* Rounds a numeric value to the nearest integer with ties rounding to the nearest even integer.
316+
* Rounds a double-precision floating-point number to the nearest integer value with ties rounding to the nearest even integer.
317317
*
318318
* @param {number} x - input value
319319
* @returns {number} function value
@@ -400,7 +400,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
400400
<div class='footer quiet pad2 space-top1 center small'>
401401
Code coverage generated by
402402
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
403-
at 2025-06-28T14:53:46.665Z
403+
at 2025-06-28T15:00:07.247Z
404404
</div>
405405
<script src="../../../../../prettify.js"></script>
406406
<script>

math/base/special/round-nearest-even/native.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
279279
// MAIN //
280280
&nbsp;
281281
/**
282-
* Rounds a numeric value to the nearest integer with ties rounding to the nearest even integer.
282+
* Rounds a double-precision floating-point number to the nearest integer value with ties rounding to the nearest even integer.
283283
*
284284
* @private
285285
* @param {number} x - input value
@@ -352,7 +352,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
352352
<div class='footer quiet pad2 space-top1 center small'>
353353
Code coverage generated by
354354
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
355-
at 2025-06-28T14:53:46.665Z
355+
at 2025-06-28T15:00:07.247Z
356356
</div>
357357
<script src="../../../../../prettify.js"></script>
358358
<script>

0 commit comments

Comments
 (0)