Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/node_modules/@stdlib/blas/ext/base/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ interface Namespace {
* Adds a scalar constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.
*
* @param N - number of indexed elements
* @param alpha - constant
* @param alpha - scalar constant
* @param x - input array
* @param strideX - stride length
* @returns sum
Expand All @@ -278,7 +278,7 @@ interface Namespace {
* Adds a scalar constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.
*
* @param N - number of indexed elements
* @param alpha - constant
* @param alpha - scalar constant
* @param x - input array
* @param strideX - stride length
* @returns sum
Expand Down Expand Up @@ -2889,7 +2889,7 @@ interface Namespace {
*
* @param N - number of indexed elements
* @param x - input array
* @param stride - stride length
* @param strideX - stride length
* @returns sum
*
* @example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3119,7 +3119,7 @@ interface Namespace {
diracDelta: typeof diracDelta;

/**
* Evaluates the Dirichlet eta function.
* Evaluates the Dirichlet eta function for a double-precision floating-point number `s`.
*
* @param s - input value
* @returns function value
Expand Down
Loading