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 {
251
251
* Adds a scalar constant to each double-precision floating-point strided array element and computes the sum using ordinary recursive summation.
252
252
*
253
253
* @param N - number of indexed elements
254
- * @param alpha - constant
254
+ * @param alpha - scalar constant
255
255
* @param x - input array
256
256
* @param strideX - stride length
257
257
* @returns sum
@@ -278,7 +278,7 @@ interface Namespace {
278
278
* Adds a scalar constant to each double-precision floating-point strided array element and computes the sum using pairwise summation.
279
279
*
280
280
* @param N - number of indexed elements
281
- * @param alpha - constant
281
+ * @param alpha - scalar constant
282
282
* @param x - input array
283
283
* @param strideX - stride length
284
284
* @returns sum
@@ -2889,7 +2889,7 @@ interface Namespace {
2889
2889
*
2890
2890
* @param N - number of indexed elements
2891
2891
* @param x - input array
2892
- * @param stride - stride length
2892
+ * @param strideX - stride length
2893
2893
* @returns sum
2894
2894
*
2895
2895
* @example
Original file line number Diff line number Diff line change @@ -3119,7 +3119,7 @@ interface Namespace {
3119
3119
diracDelta : typeof diracDelta ;
3120
3120
3121
3121
/**
3122
- * Evaluates the Dirichlet eta function.
3122
+ * Evaluates the Dirichlet eta function for a double-precision floating-point number `s` .
3123
3123
*
3124
3124
* @param s - input value
3125
3125
* @returns function value
You can’t perform that action at this time.
0 commit comments