File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
math/base/special/docs/types Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments