Skip to content

Commit 0c43f88

Browse files
committed
Update artifacts
1 parent 0d7dfae commit 0c43f88

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[245,245,100,19,19,100,2,2,100,245,245,100,"6236683d3a78bcd781792522213c2ac509cb7eeb","2025-12-20 21:10:15 -0800"]
1+
[245,245,100,19,19,100,2,2,100,245,245,100,"2cd2ee6bc0bff7c6bbad0c1587001e5d0c3997c7","2025-12-24 01:48:03 -0800"]

math/base/special/asinhf/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-21T05:12:54.884Z
134+
at 2025-12-24T09:50:11.891Z
135135
</div>
136136
<script src="prettify.js"></script>
137137
<script>

math/base/special/asinhf/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 2025-12-21T05:12:54.884Z
220+
at 2025-12-24T09:50:11.891Z
221221
</div>
222222
<script src="prettify.js"></script>
223223
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
410410
*
411411
* ```tex
412412
* \operatorname{asinh}(x) = \begin{cases}
413-
* x &amp; \text{ if } 1+x^2 =1, \\
413+
* x &amp; \text{ if } 1+x^2 = 1, \\
414414
* \operatorname{sgn}(x) \cdot \left( \log(x) + \tfrac{\ln}{2} \right) &amp; \text{ if large } |x| \\
415415
* \operatorname{sgn}(x) \cdot \log\left( 2 |x| + 1 / ( |x|+ \sqrt{x^2+1} ) \right) &amp; \text{ if } |x| &gt; 2 \\
416416
* \operatorname{sgn}(x) \cdot \operatorname{log1p}\left( |x| + \tfrac{x^2}{1 + \sqrt{1+x^2}} \right) &amp; \text{otherwise}
@@ -484,7 +484,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
484484
<div class='footer quiet pad2 space-top1 center small'>
485485
Code coverage generated by
486486
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
487-
at 2025-12-21T05:12:54.884Z
487+
at 2025-12-24T09:50:11.891Z
488488
</div>
489489
<script src="prettify.js"></script>
490490
<script>

math/base/special/asinhf/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> native.js</h1>
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-12-21T05:12:54.884Z
247+
at 2025-12-24T09:50:11.891Z
248248
</div>
249249
<script src="prettify.js"></script>
250250
<script>

0 commit comments

Comments
 (0)