Skip to content

Commit f4c2a25

Browse files
committed
Update artifacts
1 parent b1124aa commit f4c2a25

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
[382,389,98.2005,22,26,84.6154,4,4,100,382,389,98.2005,"75026039180c76cf376d7550d7470c57a11780cd","2024-08-07 19:41:59 -0400"]
22
[382,389,98.2005,22,26,84.6154,4,4,100,382,389,98.2005,"f966721cd336b1ef47199adc316f6e5779aeff06","2024-08-07 19:52:17 -0400"]
3+
[382,389,98.2005,22,26,84.6154,4,4,100,382,389,98.2005,"82f78f2a48a3dd406afbed1a3aa2891ecbc94ab6","2024-08-08 08:22:39 -0400"]

math/base/special/betaln/dceval.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
291291
// MAIN //
292292
&nbsp;
293293
/**
294-
* Evaluate the n-term Chebyshev series at `x`.
294+
* Evaluates the n-term Chebyshev series at `x`.
295295
*
296296
* ## References
297297
*
@@ -334,7 +334,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
334334
<div class='footer quiet pad2 space-top1 center small'>
335335
Code coverage generated by
336336
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
337-
at 2024-08-07T23:54:50.825Z
337+
at 2024-08-08T12:24:47.899Z
338338
</div>
339339
<script src="../../../../../prettify.js"></script>
340340
<script>

math/base/special/betaln/gamma_correction.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
245245
// MAIN //
246246
&nbsp;
247247
/**
248-
* Compute the log gamma correction factor for `x &gt;= 10`.
248+
* Computes the log gamma correction factor for `x &gt;= 10`.
249249
*
250250
* ```tex
251251
* \log(\gamma(x)) = \log(\sqrt{2*\Pi}) + (x-0.5) \cdot \log(x) - x \operatorname{R9LGMC}(x).
@@ -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-08-07T23:54:50.825Z
283+
at 2024-08-08T12:24:47.899Z
284284
</div>
285285
<script src="../../../../../prettify.js"></script>
286286
<script>

math/base/special/betaln/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/betaln/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 2024-08-07T23:54:50.825Z
164+
at 2024-08-08T12:24:47.899Z
165165
</div>
166166
<script src="../../../../../prettify.js"></script>
167167
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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-08-07T23:54:50.825Z
238+
at 2024-08-08T12:24:47.899Z
239239
</div>
240240
<script src="../../../../../prettify.js"></script>
241241
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
325325
// MAIN //
326326
&nbsp;
327327
/**
328-
* Evaluate the natural logarithm of the beta function.
328+
* Evaluates the natural logarithm of the beta function.
329329
*
330330
* @param {NonNegativeNumber} a - first input value
331331
* @param {NonNegativeNumber} b - second input value
@@ -397,7 +397,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
397397
<div class='footer quiet pad2 space-top1 center small'>
398398
Code coverage generated by
399399
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
400-
at 2024-08-07T23:54:50.825Z
400+
at 2024-08-08T12:24:47.899Z
401401
</div>
402402
<script src="../../../../../prettify.js"></script>
403403
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
225225
// MAIN //
226226
&nbsp;
227227
/**
228-
* Evaluate the natural logarithm of the beta function.
228+
* Evaluates the natural logarithm of the beta function.
229229
*
230230
* @private
231231
* @param {NonNegativeNumber} a - first input value
@@ -271,7 +271,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">mat
271271
<div class='footer quiet pad2 space-top1 center small'>
272272
Code coverage generated by
273273
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
274-
at 2024-08-07T23:54:50.825Z
274+
at 2024-08-08T12:24:47.899Z
275275
</div>
276276
<script src="../../../../../prettify.js"></script>
277277
<script>

0 commit comments

Comments
 (0)