Skip to content

Commit de715f5

Browse files
committed
Update artifacts
1 parent 73a2bd4 commit de715f5

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[176,176,100,13,13,100,2,2,100,176,176,100,"216b78f11d3022ae803071004b39db4d49cb8dbf","2025-05-14 22:23:36 -0700"]
1+
[176,176,100,13,13,100,2,2,100,176,176,100,"1ee9932ae9ebb0ff83327cc752e2723a28f9be23","2025-05-15 20:02:33 -0700"]

math/base/special/gammasgnf/index.html

+1-1
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 2025-05-15T05:27:15.757Z
134+
at 2025-05-16T03:04:09.239Z
135135
</div>
136136
<script src="../../../../../prettify.js"></script>
137137
<script>

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

+1-1
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 2025-05-15T05:27:15.757Z
220+
at 2025-05-16T03:04:09.239Z
221221
</div>
222222
<script src="../../../../../prettify.js"></script>
223223
<script>

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

+6-6
Original file line numberDiff line numberDiff line change
@@ -262,17 +262,17 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
262262
return NaN;
263263
}
264264
if ( x &gt; 0.0 ) {
265-
return float64ToFloat32( 1.0 );
265+
return 1.0;
266266
}
267267
fx = floorf( x );
268268
if ( x === fx ) {
269-
return float64ToFloat32( 0.0 );
269+
return 0.0;
270270
}
271-
fx = float64ToFloat32( fx / float64ToFloat32( 2.0 ) );
271+
fx = float64ToFloat32( fx / 2.0 );
272272
if ( fx === floorf( fx ) ) {
273-
return float64ToFloat32( 1.0 );
273+
return 1.0;
274274
}
275-
return float64ToFloat32( -1.0 );
275+
return -1.0;
276276
}
277277
&nbsp;
278278
&nbsp;
@@ -286,7 +286,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
286286
<div class='footer quiet pad2 space-top1 center small'>
287287
Code coverage generated by
288288
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
289-
at 2025-05-15T05:27:15.757Z
289+
at 2025-05-16T03:04:09.239Z
290290
</div>
291291
<script src="../../../../../prettify.js"></script>
292292
<script>

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
235235
<div class='footer quiet pad2 space-top1 center small'>
236236
Code coverage generated by
237237
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
238-
at 2025-05-15T05:27:15.757Z
238+
at 2025-05-16T03:04:09.239Z
239239
</div>
240240
<script src="../../../../../prettify.js"></script>
241241
<script>

0 commit comments

Comments
 (0)