Skip to content

Commit 3252e59

Browse files
committed
Update artifacts
1 parent 50b1145 commit 3252e59

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[171,171,100,5,5,100,2,2,100,171,171,100,"fc38ed8247ba61728a368306323ad70cda5895d6","2024-11-10 16:29:25 -0500"]
2+
[171,171,100,5,5,100,2,2,100,171,171,100,"72bf083eb1bbc829eebbbff32f73fc2a202b2570","2024-11-17 01:33:15 -0800"]

math/base/special/ahavercosf/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/ahaverco
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:31:31.218Z
134+
at 2024-11-17T09:35:15.544Z
135135
</div>
136136
<script src="../../../../../prettify.js"></script>
137137
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
164164
<span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">/**
165165
* @license Apache-2.0
166166
*
167-
* Copyright (c) 2018 The Stdlib Authors.
167+
* Copyright (c) 2024 The Stdlib Authors.
168168
*
169169
* Licensed under the Apache License, Version 2.0 (the "License");
170170
* you may not use this file except in compliance with the License.
@@ -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:31:31.218Z
220+
at 2024-11-17T09:35:15.544Z
221221
</div>
222222
<script src="../../../../../prettify.js"></script>
223223
<script>

math/base/special/ahavercosf/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 ahavercosf( x ) {
236-
return float64ToFloat32( float64ToFloat32( 2.0 ) * acosf( sqrtf( x ) ) );
236+
return float64ToFloat32( 2.0 * acosf( 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:31:31.218Z
250+
at 2024-11-17T09:35:15.544Z
251251
</div>
252252
<script src="../../../../../prettify.js"></script>
253253
<script>

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

Lines changed: 2 additions & 2 deletions
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
// MAIN //
218218
&nbsp;
219219
/**
220-
* Compute the inverse half-value versed cosine of a single-precision floating-point number.
220+
* Computes the inverse half-value versed cosine of a single-precision floating-point number.
221221
*
222222
* @private
223223
* @param {number} x - input value
@@ -259,7 +259,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
259259
<div class='footer quiet pad2 space-top1 center small'>
260260
Code coverage generated by
261261
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
262-
at 2024-11-10T21:31:31.218Z
262+
at 2024-11-17T09:35:15.544Z
263263
</div>
264264
<script src="../../../../../prettify.js"></script>
265265
<script>

0 commit comments

Comments
 (0)