You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/ext/base/gapxsumpw/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -160,9 +160,9 @@ console.log( v );
160
160
## See Also
161
161
162
162
- <spanclass="package-name">[`@stdlib/blas/ext/base/dapxsumpw`][@stdlib/blas/ext/base/dapxsumpw]</span><spanclass="delimiter">: </span><spanclass="description">add a scalar constant to each double-precision floating-point strided array element and compute the sum using pairwise summation.</span>
163
-
- <spanclass="package-name">[`@stdlib/blas/ext/base/gapxsum`][@stdlib/blas/ext/base/gapxsum]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each strided array element and compute the sum.</span>
163
+
- <spanclass="package-name">[`@stdlib/blas/ext/base/gapxsum`][@stdlib/blas/ext/base/gapxsum]</span><spanclass="delimiter">: </span><spanclass="description">add a scalar constant to each strided array element and compute the sum.</span>
164
164
- <spanclass="package-name">[`@stdlib/blas/ext/base/gsumpw`][@stdlib/blas/ext/base/gsumpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of strided array elements using pairwise summation.</span>
165
-
- <spanclass="package-name">[`@stdlib/blas/ext/base/sapxsumpw`][@stdlib/blas/ext/base/sapxsumpw]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each single-precision floating-point strided array element and compute the sum using pairwise summation.</span>
165
+
- <spanclass="package-name">[`@stdlib/blas/ext/base/sapxsumpw`][@stdlib/blas/ext/base/sapxsumpw]</span><spanclass="delimiter">: </span><spanclass="description">add a scalar constant to each single-precision floating-point strided array element and compute the sum using pairwise summation.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/constants/float32/max-base10-exponent-subnormal/README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,13 @@ Macro for the maximum base 10 exponent for a subnormal [single-precision floatin
126
126
127
127
<sectionclass="related">
128
128
129
+
* * *
130
+
131
+
## See Also
132
+
133
+
- <spanclass="package-name">[`@stdlib/constants/float32/max-base10-exponent`][@stdlib/constants/float32/max-base10-exponent]</span><spanclass="delimiter">: </span><spanclass="description">the maximum base 10 exponent for a single-precision floating-point number.</span>
134
+
- <spanclass="package-name">[`@stdlib/constants/float64/max-base10-exponent-subnormal`][@stdlib/constants/float64/max-base10-exponent-subnormal]</span><spanclass="delimiter">: </span><spanclass="description">the maximum base 10 exponent for a subnormal double-precision floating-point number.</span>
135
+
129
136
</section>
130
137
131
138
<!-- /.related -->
@@ -138,6 +145,10 @@ Macro for the maximum base 10 exponent for a subnormal [single-precision floatin
- <spanclass="package-name">[`@stdlib/strided/base/dtype-str2enum`][@stdlib/strided/base/dtype-str2enum]</span><spanclass="delimiter">: </span><spanclass="description">return the enumeration constant associated with a strided array data type string.</span>
0 commit comments