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/sapxsumkbn/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ console.log( v );
166
166
## See Also
167
167
168
168
- <spanclass="package-name">[`@stdlib/blas/ext/base/dapxsumkbn`][@stdlib/blas/ext/base/dapxsumkbn]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each double-precision floating-point strided array element and compute the sum using an improved Kahan–Babuška algorithm.</span>
169
-
- <spanclass="package-name">[`@stdlib/blas/ext/base/gapxsumkbn`][@stdlib/blas/ext/base/gapxsumkbn]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm.</span>
169
+
- <spanclass="package-name">[`@stdlib/blas/ext/base/gapxsumkbn`][@stdlib/blas/ext/base/gapxsumkbn]</span><spanclass="delimiter">: </span><spanclass="description">add a scalar constant to each strided array element and compute the sum using an improved Kahan–Babuška algorithm.</span>
170
170
- <spanclass="package-name">[`@stdlib/blas/ext/base/sapxsum`][@stdlib/blas/ext/base/sapxsum]</span><spanclass="delimiter">: </span><spanclass="description">add a constant to each single-precision floating-point strided array element and compute the sum.</span>
171
171
- <spanclass="package-name">[`@stdlib/blas/ext/base/ssumkbn`][@stdlib/blas/ext/base/ssumkbn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/constants/float32/pi/README.md
+18
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,14 @@ Macro for the mathematical constant [π][pi].
108
108
109
109
<sectionclass="related">
110
110
111
+
* * *
112
+
113
+
## See Also
114
+
115
+
- <spanclass="package-name">[`@stdlib/constants/float32/fourth-pi`][@stdlib/constants/float32/fourth-pi]</span><spanclass="delimiter">: </span><spanclass="description">1/4 times π.</span>
116
+
- <spanclass="package-name">[`@stdlib/constants/float32/half-pi`][@stdlib/constants/float32/half-pi]</span><spanclass="delimiter">: </span><spanclass="description">1/2 times π.</span>
0 commit comments