Skip to content

Commit 28ffb36

Browse files
committed
Update artifacts
1 parent a23641e commit 28ffb36

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[170,170,100,5,5,100,2,2,100,170,170,100,"545a05093d99910b39773f57d3df2da9232b24f5","2024-11-10 16:42:00 -0500"]
2+
[170,170,100,5,5,100,2,2,100,170,170,100,"3c5c933c86f7243e8872dcf3cb7548d0399b1b35","2024-11-17 01:28:38 -0800"]

math/base/special/ahaversinf/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/ahaversi
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-11-10T21:44:23.669Z
134+
at 2024-11-17T09:30:34.146Z
135135
</div>
136136
<script src="../../../../../prettify.js"></script>
137137
<script>

math/base/special/ahaversinf/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-11-10T21:44:23.669Z
220+
at 2024-11-17T09:30:34.146Z
221221
</div>
222222
<script src="../../../../../prettify.js"></script>
223223
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
233233
* // returns NaN
234234
*/
235235
function ahaversinf( x ) {
236-
return float64ToFloat32( float64ToFloat32( 2.0 ) * asinf( sqrtf( x ) ) );
236+
return float64ToFloat32( 2.0 * asinf( sqrtf( x ) ) );
237237
}
238238
&nbsp;
239239
&nbsp;
@@ -247,7 +247,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
247247
<div class='footer quiet pad2 space-top1 center small'>
248248
Code coverage generated by
249249
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
250-
at 2024-11-10T21:44:23.669Z
250+
at 2024-11-17T09:30:34.146Z
251251
</div>
252252
<script src="../../../../../prettify.js"></script>
253253
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
256256
<div class='footer quiet pad2 space-top1 center small'>
257257
Code coverage generated by
258258
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
259-
at 2024-11-10T21:44:23.669Z
259+
at 2024-11-17T09:30:34.146Z
260260
</div>
261261
<script src="../../../../../prettify.js"></script>
262262
<script>

0 commit comments

Comments
 (0)