Skip to content

Commit cdea490

Browse files
committed
Update artifacts
1 parent 49814b6 commit cdea490

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[144,144,100,5,5,100,2,2,100,144,144,100,"6d082df9eb2f9e94ba9c9d78c9ee0097f0693b96","2025-12-20 12:39:35 +0000"]
1+
[144,144,100,5,5,100,2,2,100,144,144,100,"70e08cdf0cc1936c398fbe0d5f2a61366462a813","2025-12-20 18:20:53 +0530"]

number/float16/base/to-float32/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1>All files</h1>
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-12-20T12:41:43.403Z
134+
at 2025-12-20T12:52:47.943Z
135135
</div>
136136
<script src="prettify.js"></script>
137137
<script>

number/float16/base/to-float32/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
193193
<div class='footer quiet pad2 space-top1 center small'>
194194
Code coverage generated by
195195
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
196-
at 2025-12-20T12:41:43.403Z
196+
at 2025-12-20T12:52:47.943Z
197197
</div>
198198
<script src="prettify.js"></script>
199199
<script>

number/float16/base/to-float32/main.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
187187
&nbsp;
188188
// MODULES //
189189
&nbsp;
190-
var float64ToFloat16 = require( '@stdlib/number/float64/base/to-float16' );
190+
var f16 = require( '@stdlib/number/float64/base/to-float16' );
191191
var toFloat32 = require( '@stdlib/number/float64/base/to-float32' );
192192
&nbsp;
193193
&nbsp;
@@ -207,7 +207,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
207207
*/
208208
function float16ToFloat32( x ) {
209209
// Convert to float16 first to ensure we're working with half-precision:
210-
x = float64ToFloat16( x );
210+
x = f16( x );
211211
&nbsp;
212212
return toFloat32( x );
213213
}
@@ -223,7 +223,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
223223
<div class='footer quiet pad2 space-top1 center small'>
224224
Code coverage generated by
225225
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
226-
at 2025-12-20T12:41:43.403Z
226+
at 2025-12-20T12:52:47.943Z
227227
</div>
228228
<script src="prettify.js"></script>
229229
<script>

number/float16/base/to-float32/native.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h1><a href="index.html">All files</a> native.js</h1>
189189
&nbsp;
190190
// MODULES //
191191
&nbsp;
192-
var float64ToFloat16 = require( '@stdlib/number/float64/base/to-float16' );
192+
var f16 = require( '@stdlib/number/float64/base/to-float16' );
193193
var addon = require( './../src/addon.node' );
194194
&nbsp;
195195
&nbsp;
@@ -210,7 +210,7 @@ <h1><a href="index.html">All files</a> native.js</h1>
210210
*/
211211
function float16ToFloat32( x ) {
212212
// Convert to float16 first to ensure we're working with half-precision:
213-
x = float64ToFloat16( x );
213+
x = f16( x );
214214
&nbsp;
215215
return addon( x );
216216
}
@@ -226,7 +226,7 @@ <h1><a href="index.html">All files</a> native.js</h1>
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-12-20T12:41:43.403Z
229+
at 2025-12-20T12:52:47.943Z
230230
</div>
231231
<script src="prettify.js"></script>
232232
<script>

0 commit comments

Comments
 (0)