Skip to content

Commit 943563f

Browse files
committed
Update artifacts
1 parent 713bc00 commit 943563f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[278,278,100,23,23,100,2,2,100,278,278,100,"89df9fcac783d6265e89d79007ca11019288a263","2025-06-10 08:44:25 -0700"]
1+
[278,278,100,23,23,100,2,2,100,278,278,100,"76dcc7e0b9a28ba950f6b4994cc4515b7d345ab9","2025-06-10 08:53:36 -0700"]

math/base/special/tanf/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/tanf/lib
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-06-10T15:46:27.319Z
134+
at 2025-06-10T15:55:28.962Z
135135
</div>
136136
<script src="../../../../../prettify.js"></script>
137137
<script>

math/base/special/tanf/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 2025-06-10T15:46:27.319Z
220+
at 2025-06-10T15:55:28.962Z
221221
</div>
222222
<script src="../../../../../prettify.js"></script>
223223
<script>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
533533
if ( ix &lt; SMALL_WORD ) {
534534
return f32( x );
535535
}
536-
return kernelTanf( x, 1 );
536+
return f32( kernelTanf( x, 1 ) );
537537
}
538538
// Case: |x| ~&lt;= 5π/4
539539
if ( ix &lt;= FIVE_PIO4_WORD ) {
@@ -569,7 +569,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
569569
}
570570
// Argument reduction...
571571
n = rempio2f( f32( x ), Y );
572-
return kernelTanf( Y[ 0 ], 1 - ( ( n &amp; 1 ) &lt;&lt; 1 ) );
572+
return f32( kernelTanf( Y[ 0 ], 1 - ( ( n &amp; 1 ) &lt;&lt; 1 ) ) );
573573
}
574574
&nbsp;
575575
&nbsp;
@@ -583,7 +583,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
583583
<div class='footer quiet pad2 space-top1 center small'>
584584
Code coverage generated by
585585
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
586-
at 2025-06-10T15:46:27.319Z
586+
at 2025-06-10T15:55:28.962Z
587587
</div>
588588
<script src="../../../../../prettify.js"></script>
589589
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 2025-06-10T15:46:27.319Z
247+
at 2025-06-10T15:55:28.962Z
248248
</div>
249249
<script src="../../../../../prettify.js"></script>
250250
<script>

0 commit comments

Comments
 (0)