Skip to content

Commit a64ea86

Browse files
feat: update namespace TypeScript declarations
PR-URL: #3371 Co-authored-by: Philipp Burckhardt <pburckhardt@outlook.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com> Signed-off-by: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
1 parent 7e8187a commit a64ea86

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ interface Namespace {
251251
* Adds a scalar constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.
252252
*
253253
* @param N - number of indexed elements
254-
* @param alpha - constant
254+
* @param alpha - scalar constant
255255
* @param x - input array
256256
* @param strideX - stride length
257257
* @returns sum
@@ -278,7 +278,7 @@ interface Namespace {
278278
* Adds a scalar constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.
279279
*
280280
* @param N - number of indexed elements
281-
* @param alpha - constant
281+
* @param alpha - scalar constant
282282
* @param x - input array
283283
* @param strideX - stride length
284284
* @returns sum
@@ -2889,7 +2889,7 @@ interface Namespace {
28892889
*
28902890
* @param N - number of indexed elements
28912891
* @param x - input array
2892-
* @param stride - stride length
2892+
* @param strideX - stride length
28932893
* @returns sum
28942894
*
28952895
* @example

lib/node_modules/@stdlib/math/base/special/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3119,7 +3119,7 @@ interface Namespace {
31193119
diracDelta: typeof diracDelta;
31203120

31213121
/**
3122-
* Evaluates the Dirichlet eta function.
3122+
* Evaluates the Dirichlet eta function for a double-precision floating-point number `s`.
31233123
*
31243124
* @param s - input value
31253125
* @returns function value

0 commit comments

Comments
 (0)