Skip to content

Commit c80998a

Browse files
committed
Update artifacts
1 parent f231fe2 commit c80998a

File tree

7 files changed

+10
-9
lines changed

7 files changed

+10
-9
lines changed

math/base/special/kernel-log1p/coverage.ndjson

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
[347,351,98.8604,9,11,81.8182,4,4,100,347,351,98.8604,"32deb11c6a2453748d8db9554b6bb3fdb73a077f","2024-12-16 22:03:31 -0500"]
33
[347,351,98.8604,9,11,81.8182,4,4,100,347,351,98.8604,"0d52a8a0eec7221c0147185c4ce3317db0458498","2025-01-01 19:32:38 -0500"]
44
[347,351,98.8604,9,11,81.8182,4,4,100,347,351,98.8604,"46cbdfeff1b3f2dc38a442eafaf0cc25239fc518","2025-04-10 20:45:09 -0700"]
5+
[347,351,98.8604,9,11,81.8182,4,4,100,347,351,98.8604,"63895af79f949784344eb2332495a1877868f203","2025-07-14 22:38:53 +0530"]

math/base/special/kernel-log1p/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ <h1><a href="../../../../../index.html">All files</a> math/base/special/kernel-l
161161
<div class='footer quiet pad2 space-top1 center small'>
162162
Code coverage generated by
163163
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
164-
at 2025-04-11T03:49:20.093Z
164+
at 2025-07-14T17:11:58.540Z
165165
</div>
166166
<script src="../../../../../prettify.js"></script>
167167
<script>

math/base/special/kernel-log1p/index.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
178178
'use strict';
179179
&nbsp;
180180
/**
181-
* Compute `log(1+f) - f` for `1+f` in `~[sqrt(2)/2, sqrt(2)]`.
181+
* Evaluate a correction term for double-precision base-2 and base-10 logarithms when `1+f` is in `[√2/2, √2]`.
182182
*
183183
* @module @stdlib/math/base/special/kernel-log1p
184184
*
@@ -211,7 +211,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
211211
<div class='footer quiet pad2 space-top1 center small'>
212212
Code coverage generated by
213213
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
214-
at 2025-04-11T03:49:20.093Z
214+
at 2025-07-14T17:11:58.540Z
215215
</div>
216216
<script src="../../../../../prettify.js"></script>
217217
<script>

math/base/special/kernel-log1p/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
418418
// MAIN //
419419
&nbsp;
420420
/**
421-
* Computes `log(1+f) - f` for `1+f` in `~[sqrt(2)/2, sqrt(2)]`.
421+
* Evaluates a correction term for double-precision base-2 and base-10 logarithms when `1+f` is in `[√2/2, √2]`.
422422
*
423423
* ## Method
424424
*
@@ -538,7 +538,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
538538
<div class='footer quiet pad2 space-top1 center small'>
539539
Code coverage generated by
540540
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
541-
at 2025-04-11T03:49:20.093Z
541+
at 2025-07-14T17:11:58.540Z
542542
</div>
543543
<script src="../../../../../prettify.js"></script>
544544
<script>

math/base/special/kernel-log1p/native.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
199199
// MAIN //
200200
&nbsp;
201201
/**
202-
* Computes `log(1+f) - f` for `1+f` in `~[sqrt(2)/2, sqrt(2)]`.
202+
* Evaluates a correction term for double-precision base-2 and base-10 logarithms when `1+f` is in `[√2/2, √2]`.
203203
*
204204
* @private
205205
* @param {number} f - input value
@@ -232,7 +232,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
232232
<div class='footer quiet pad2 space-top1 center small'>
233233
Code coverage generated by
234234
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
235-
at 2025-04-11T03:49:20.093Z
235+
at 2025-07-14T17:11:58.540Z
236236
</div>
237237
<script src="../../../../../prettify.js"></script>
238238
<script>

math/base/special/kernel-log1p/polyval_p.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
211211
<div class='footer quiet pad2 space-top1 center small'>
212212
Code coverage generated by
213213
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
214-
at 2025-04-11T03:49:20.093Z
214+
at 2025-07-14T17:11:58.540Z
215215
</div>
216216
<script src="../../../../../prettify.js"></script>
217217
<script>

math/base/special/kernel-log1p/polyval_q.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
211211
<div class='footer quiet pad2 space-top1 center small'>
212212
Code coverage generated by
213213
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
214-
at 2025-04-11T03:49:20.093Z
214+
at 2025-07-14T17:11:58.540Z
215215
</div>
216216
<script src="../../../../../prettify.js"></script>
217217
<script>

0 commit comments

Comments
 (0)