Skip to content

Commit f907d3f

Browse files
committed
Update artifacts
1 parent 6906ba8 commit f907d3f

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[252,252,100,5,5,100,2,2,100,252,252,100,"6556a46aa3a6dffdff6becd4fb98d32421b3e7f2","2024-11-11 09:09:56 -0500"]
2+
[252,252,100,5,5,100,2,2,100,252,252,100,"79dc5cf4044f4f90a7005389e4740f14a820a967","2024-11-14 18:29:53 -0800"]

math/base/special/cfloorf/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/cfloorf/
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 2024-11-11T14:11:59.928Z
134+
at 2024-11-15T02:32:01.119Z
135135
</div>
136136
<script src="../../../../../prettify.js"></script>
137137
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
272272
'use strict';
273273
&nbsp;
274274
/**
275-
* Round a single-precision floating-point complex number toward negative infinity.
275+
* Round each component of a single-precision complex floating-point number toward negative infinity.
276276
*
277277
* @module @stdlib/math/base/special/cfloorf
278278
*
@@ -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 2024-11-11T14:11:59.928Z
355+
at 2024-11-15T02:32:01.119Z
356356
</div>
357357
<script src="../../../../../prettify.js"></script>
358358
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
294294
// MAIN //
295295
&nbsp;
296296
/**
297-
* Rounds a single-precision floating-point complex number toward negative infinity.
297+
* Rounds each component of a single-precision complex floating-point number toward negative infinity.
298298
*
299299
* @param {Complex64} z - complex number
300300
* @returns {Complex64} result
@@ -370,7 +370,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
370370
<div class='footer quiet pad2 space-top1 center small'>
371371
Code coverage generated by
372372
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
373-
at 2024-11-11T14:11:59.928Z
373+
at 2024-11-15T02:32:01.119Z
374374
</div>
375375
<script src="../../../../../prettify.js"></script>
376376
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
208208
// MAIN //
209209
&nbsp;
210210
/**
211-
* Rounds a single-precision floating-point complex number toward negative infinity.
211+
* Rounds each component of a single-precision complex floating-point number toward negative infinity.
212212
*
213213
* @private
214214
* @param {Complex64} z - complex number
@@ -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 2024-11-11T14:11:59.928Z
247+
at 2024-11-15T02:32:01.119Z
248248
</div>
249249
<script src="../../../../../prettify.js"></script>
250250
<script>

0 commit comments

Comments
 (0)