Skip to content

Commit 6eed9d5

Browse files
committed
Update artifacts
1 parent f419603 commit 6eed9d5

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,2 +1,3 @@
11
[178,178,100,5,5,100,2,2,100,178,178,100,"b82c6f020ef6fe6b045fc71ccf773bb18c451303","2024-07-17 20:35:03 -0700"]
22
[178,178,100,5,5,100,2,2,100,178,178,100,"39e505f50432543c5e6c76c85392e59846ce58c6","2025-03-15 00:18:32 -0700"]
3+
[178,178,100,5,5,100,2,2,100,178,178,100,"920ac76fffbe4c5513bc7820c09b5b5fc3b507bb","2025-06-03 21:39:38 -0400"]

complex/float32/base/add/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> complex/float32/base/add/l
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-03-15T07:20:22.924Z
134+
at 2025-06-04T01:41:18.099Z
135135
</div>
136136
<script src="../../../../../prettify.js"></script>
137137
<script>

complex/float32/base/add/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">com
226226
<div class='footer quiet pad2 space-top1 center small'>
227227
Code coverage generated by
228228
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
229-
at 2025-03-15T07:20:22.924Z
229+
at 2025-06-04T01:41:18.099Z
230230
</div>
231231
<script src="../../../../../prettify.js"></script>
232232
<script>

complex/float32/base/add/main.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">com
213213
&nbsp;
214214
// MODULES //
215215
&nbsp;
216-
var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' );
216+
var f32 = require( '@stdlib/number/float64/base/to-float32' );
217217
var Complex64 = require( '@stdlib/complex/float32/ctor' );
218218
var realf = require( '@stdlib/complex/float32/real' );
219219
var imagf = require( '@stdlib/complex/float32/imag' );
@@ -246,8 +246,8 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">com
246246
* // returns 6.0
247247
*/
248248
function add( z1, z2 ) {
249-
var re = float64ToFloat32( realf( z1 ) + realf( z2 ) );
250-
var im = float64ToFloat32( imagf( z1 ) + imagf( z2 ) );
249+
var re = f32( realf( z1 ) + realf( z2 ) );
250+
var im = f32( imagf( z1 ) + imagf( z2 ) );
251251
return new Complex64( re, im );
252252
}
253253
&nbsp;
@@ -262,7 +262,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">com
262262
<div class='footer quiet pad2 space-top1 center small'>
263263
Code coverage generated by
264264
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
265-
at 2025-03-15T07:20:22.924Z
265+
at 2025-06-04T01:41:18.099Z
266266
</div>
267267
<script src="../../../../../prettify.js"></script>
268268
<script>

complex/float32/base/add/native.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">com
256256
<div class='footer quiet pad2 space-top1 center small'>
257257
Code coverage generated by
258258
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
259-
at 2025-03-15T07:20:22.924Z
259+
at 2025-06-04T01:41:18.099Z
260260
</div>
261261
<script src="../../../../../prettify.js"></script>
262262
<script>

0 commit comments

Comments
 (0)