Skip to content

Commit f12575f

Browse files
committed
Update artifacts
1 parent 91538d3 commit f12575f

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

math/base/special/log/coverage.ndjson

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,"c86db9526dbc39bc2fc97fdb5fde9f97d73a1133","2024-03-03 08:27:12 -0500"]
2+
[171,171,100,5,5,100,2,2,100,171,171,100,"588c4b4156c4efee6a90b34b329c39f3c8f4a9d6","2024-08-18 19:15:37 +0200"]

math/base/special/log/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/log/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 2024-03-03T13:29:34.004Z
134+
at 2024-08-18T17:17:51.887Z
135135
</div>
136136
<script src="../../../../../prettify.js"></script>
137137
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
176176
'use strict';
177177
&nbsp;
178178
/**
179-
* Compute the base `b` logarithm.
179+
* Compute the base `b` logarithm of a double-precision floating-point number.
180180
*
181181
* @module @stdlib/math/base/special/log
182182
*
@@ -208,7 +208,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
208208
<div class='footer quiet pad2 space-top1 center small'>
209209
Code coverage generated by
210210
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
211-
at 2024-03-03T13:29:34.004Z
211+
at 2024-08-18T17:17:51.887Z
212212
</div>
213213
<script src="../../../../../prettify.js"></script>
214214
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
231231
// MAIN //
232232
&nbsp;
233233
/**
234-
* Computes the base `b` logarithm of `x`.
234+
* Computes the base `b` logarithm of a double-precision floating-point number.
235235
*
236236
* @param {NonNegativeNumber} x - input value
237237
* @param {NonNegativeNumber} b - base
@@ -280,7 +280,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
280280
<div class='footer quiet pad2 space-top1 center small'>
281281
Code coverage generated by
282282
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
283-
at 2024-03-03T13:29:34.004Z
283+
at 2024-08-18T17:17:51.887Z
284284
</div>
285285
<script src="../../../../../prettify.js"></script>
286286
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
201201
// MAIN //
202202
&nbsp;
203203
/**
204-
* Computes the base b logarithm of x.
204+
* Computes the base `b` logarithm of a double-precision floating-point number.
205205
*
206206
* @private
207207
* @param {number} x - input value
@@ -235,7 +235,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
235235
<div class='footer quiet pad2 space-top1 center small'>
236236
Code coverage generated by
237237
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
238-
at 2024-03-03T13:29:34.004Z
238+
at 2024-08-18T17:17:51.887Z
239239
</div>
240240
<script src="../../../../../prettify.js"></script>
241241
<script>

0 commit comments

Comments
 (0)