Skip to content

Commit 0ff0f60

Browse files
committed
Update artifacts
1 parent 8816f1c commit 0ff0f60

File tree

16 files changed

+617
-21
lines changed

16 files changed

+617
-21
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[49,49,100,1,1,100,0,0,100,49,49,100,"f4acf70af14b1fa8603858a6d6d0727b6c190e5a","2024-08-29 17:10:15 -0400"]
2+
[49,49,100,1,1,100,0,0,100,49,49,100,"a3301a2bde94e8c07888a1db589d189e9ecfc347","2025-01-03 22:10:09 -0500"]

constants/float32/max-safe-nth-fibonacci/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ <h1>All files</h1>
101101
<div class='footer quiet pad2 space-top1 center small'>
102102
Code coverage generated by
103103
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104-
at 2024-08-29T21:12:02.250Z
104+
at 2025-01-04T03:12:13.816Z
105105
</div>
106106
<script src="prettify.js"></script>
107107
<script>

constants/float32/max-safe-nth-fibonacci/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
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 2024-08-29T21:12:02.250Z
220+
at 2025-01-04T03:12:13.816Z
221221
</div>
222222
<script src="prettify.js"></script>
223223
<script>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[107,107,100,3,3,100,1,1,100,107,107,100,"a3301a2bde94e8c07888a1db589d189e9ecfc347","2025-01-03 22:10:09 -0500"]

math/base/special/cceilf/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1><a href="../../../../../index.html">All files</a> math/base/special/cceilf/l
5757
<template id="filterTemplate">
5858
<div class="quiet">
5959
Filter:
60-
<input oninput="onInput()" type="search" id="fileSearch">
60+
<input type="search" id="fileSearch">
6161
</div>
6262
</template>
6363
</div>
@@ -116,7 +116,7 @@ <h1><a href="../../../../../index.html">All files</a> math/base/special/cceilf/l
116116
<div class='footer quiet pad2 space-top1 center small'>
117117
Code coverage generated by
118118
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119-
at 2023-08-17T00:11:12.807Z
119+
at 2025-01-04T03:12:15.857Z
120120
</div>
121121
<script src="../../../../../prettify.js"></script>
122122
<script>

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
5757
<template id="filterTemplate">
5858
<div class="quiet">
5959
Filter:
60-
<input oninput="onInput()" type="search" id="fileSearch">
60+
<input type="search" id="fileSearch">
6161
</div>
6262
</template>
6363
</div>
@@ -187,9 +187,9 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
187187
* @module @stdlib/math/base/special/cceilf
188188
*
189189
* @example
190-
* var Complex64 = require( '@stdlib/complex/float32' );
191-
* var real = require( '@stdlib/complex/real' );
192-
* var imag = require( '@stdlib/complex/imag' );
190+
* var Complex64 = require( '@stdlib/complex/float32/ctor' );
191+
* var real = require( '@stdlib/complex/float32/real' );
192+
* var imag = require( '@stdlib/complex/float32/imag' );
193193
* var cceilf = require( '@stdlib/math/base/special/cceilf' );
194194
*
195195
* var v = cceilf( new Complex64( -1.5, 2.5 ) );
@@ -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 2023-08-17T00:11:12.807Z
220+
at 2025-01-04T03:12:15.857Z
221221
</div>
222222
<script src="../../../../../prettify.js"></script>
223223
<script>

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
5757
<template id="filterTemplate">
5858
<div class="quiet">
5959
Filter:
60-
<input oninput="onInput()" type="search" id="fileSearch">
60+
<input type="search" id="fileSearch">
6161
</div>
6262
</template>
6363
</div>
@@ -201,10 +201,10 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
201201
&nbsp;
202202
// MODULES //
203203
&nbsp;
204-
var Complex64 = require( '@stdlib/complex/float32' );
204+
var Complex64 = require( '@stdlib/complex/float32/ctor' );
205205
var ceilf = require( '@stdlib/math/base/special/ceilf' );
206-
var realf = require( '@stdlib/complex/realf' );
207-
var imagf = require( '@stdlib/complex/imagf' );
206+
var realf = require( '@stdlib/complex/float32/real' );
207+
var imagf = require( '@stdlib/complex/float32/imag' );
208208
&nbsp;
209209
&nbsp;
210210
// MAIN //
@@ -216,9 +216,9 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
216216
* @returns {Complex64} result
217217
*
218218
* @example
219-
* var Complex64 = require( '@stdlib/complex/float32' );
220-
* var realf = require( '@stdlib/complex/realf' );
221-
* var imagf = require( '@stdlib/complex/imagf' );
219+
* var Complex64 = require( '@stdlib/complex/float32/ctor' );
220+
* var realf = require( '@stdlib/complex/float32/real' );
221+
* var imagf = require( '@stdlib/complex/float32/imag' );
222222
*
223223
* var v = cceilf( new Complex64( -1.5, 2.5 ) );
224224
* // returns &lt;Complex64&gt;
@@ -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 2023-08-17T00:11:12.807Z
247+
at 2025-01-04T03:12:15.857Z
248248
</div>
249249
<script src="../../../../../prettify.js"></script>
250250
<script>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[175,175,100,13,13,100,2,2,100,175,175,100,"e59d704f754153cce428151f19bd716e0f4f3465","2024-03-12 09:22:14 -0400"]
22
[175,175,100,13,13,100,2,2,100,175,175,100,"b7867cbb3a4fc453e19203794402c36f19b264fd","2024-12-23 18:09:59 -0600"]
3+
[175,175,100,13,13,100,2,2,100,175,175,100,"a3301a2bde94e8c07888a1db589d189e9ecfc347","2025-01-03 22:10:09 -0500"]

math/base/special/gammasgn/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/gammasgn
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-12-24T00:34:16.784Z
134+
at 2025-01-04T03:12:43.735Z
135135
</div>
136136
<script src="../../../../../prettify.js"></script>
137137
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 2024-12-24T00:34:16.784Z
220+
at 2025-01-04T03:12:43.735Z
221221
</div>
222222
<script src="../../../../../prettify.js"></script>
223223
<script>

0 commit comments

Comments
 (0)