Skip to content

Commit f126b5e

Browse files
committed
Update artifacts
1 parent 32e32d9 commit f126b5e

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[241,243,99.177,7,8,87.5,3,3,100,241,243,99.177,"b096d0b53e32babce094c43e493058b9ae05d880","2025-06-03 17:32:31 -0700"]
1+
[241,243,99.177,7,8,87.5,3,3,100,241,243,99.177,"945e92b1a7b8408f23200616e760a485fe634f18","2025-06-03 19:38:46 -0700"]

math/base/special/kernel-cosf/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> math/base/special/kernel-c
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 2025-06-04T00:33:59.387Z
149+
at 2025-06-04T02:41:43.758Z
150150
</div>
151151
<script src="../../../../../prettify.js"></script>
152152
<script>

math/base/special/kernel-cosf/index.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
182182
'use strict';
183183
&nbsp;
184184
/**
185-
* Compute the cosine of a single-precision floating-point number on `[-π/4, π/4]`.
185+
* Compute the cosine of a number on `[-π/4, π/4]` in single-precision floating-point format.
186186
*
187187
* @module @stdlib/math/base/special/kernel-cosf
188188
*
@@ -217,7 +217,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
217217
<div class='footer quiet pad2 space-top1 center small'>
218218
Code coverage generated by
219219
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
220-
at 2025-06-04T00:33:59.387Z
220+
at 2025-06-04T02:41:43.758Z
221221
</div>
222222
<script src="../../../../../prettify.js"></script>
223223
<script>

math/base/special/kernel-cosf/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
290290
// MAIN //
291291
&nbsp;
292292
/**
293-
* Computes the cosine of a single-precision floating-point number on \\( \[-\pi/4, \pi/4] \\), where \\( \pi/4 \approx 0.785398164 \\).
293+
* Computes the cosine of a number on \\( \[-\pi/4, \pi/4] \\) in single-precision floating-point format, where \\( \pi/4 \approx 0.785398164 \\).
294294
*
295295
* ## Notes
296296
*
@@ -337,7 +337,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
337337
<div class='footer quiet pad2 space-top1 center small'>
338338
Code coverage generated by
339339
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
340-
at 2025-06-04T00:33:59.387Z
340+
at 2025-06-04T02:41:43.758Z
341341
</div>
342342
<script src="../../../../../prettify.js"></script>
343343
<script>

math/base/special/kernel-cosf/native.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
207207
// MAIN //
208208
&nbsp;
209209
/**
210-
* Computes the cosine of a single-precision floating-point number on \\( \[-\pi/4, \pi/4] \\), where \\( \pi/4 \approx 0.785398164 \\).
210+
* Computes the cosine of a number on \\( \[-\pi/4, \pi/4] \\) in single-precision floating-point format, where \\( \pi/4 \approx 0.785398164 \\).
211211
*
212212
* @private
213213
* @param {number} x - input value (in radians, assumed to be bounded by ~pi/4 in magnitude)
@@ -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-06-04T00:33:59.387Z
247+
at 2025-06-04T02:41:43.758Z
248248
</div>
249249
<script src="../../../../../prettify.js"></script>
250250
<script>

math/base/special/kernel-cosf/polyval_c23.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
211211
<div class='footer quiet pad2 space-top1 center small'>
212212
Code coverage generated by
213213
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
214-
at 2025-06-04T00:33:59.387Z
214+
at 2025-06-04T02:41:43.758Z
215215
</div>
216216
<script src="../../../../../prettify.js"></script>
217217
<script>

0 commit comments

Comments
 (0)