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/array/little-endian-float64/README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -417,6 +417,14 @@ logEach( '%s', out );
417
417
418
418
<sectionclass="related">
419
419
420
+
* * *
421
+
422
+
## See Also
423
+
424
+
- <spanclass="package-name">[`@stdlib/array/fixed-endian-float64`][@stdlib/array/fixed-endian-float64]</span><spanclass="delimiter">: </span><spanclass="description">Float64Array having a specified byte order.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/base/dswap/README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -304,6 +304,15 @@ int main( void ) {
304
304
305
305
<section class="related">
306
306
307
+
* * *
308
+
309
+
## See Also
310
+
311
+
- <span class="package-name">[`@stdlib/blas/base/dcopy`][@stdlib/blas/base/dcopy]</span><span class="delimiter">: </span><span class="description">copy values from x into y.</span>
312
+
- <span class="package-name">[`@stdlib/blas/base/gswap`][@stdlib/blas/base/gswap]</span><span class="delimiter">: </span><span class="description">interchange two vectors.</span>
313
+
- <span class="package-name">[`@stdlib/blas/base/sswap`][@stdlib/blas/base/sswap]</span><span class="delimiter">: </span><span class="description">interchange two single-precision floating-point vectors.</span>
314
+
- <span class="package-name">[`@stdlib/blas/dswap`][@stdlib/blas/dswap]</span><span class="delimiter">: </span><span class="description">interchange two double-precision floating-point vectors.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/blas/ext/base/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ var ns = extblas;
144
144
- <spanclass="signature">[`snansumkbn( N, x, stride )`][@stdlib/blas/ext/base/snansumkbn]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of single-precision floating-point strided array elements, ignoring `NaN` values and using an improved Kahan–Babuška algorithm.</span>
145
145
- <spanclass="signature">[`snansumkbn2( N, x, stride )`][@stdlib/blas/ext/base/snansumkbn2]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of single-precision floating-point strided array elements, ignoring `NaN` values and using a second-order iterative Kahan–Babuška algorithm.</span>
146
146
- <spanclass="signature">[`snansumors( N, x, stride )`][@stdlib/blas/ext/base/snansumors]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of single-precision floating-point strided array elements, ignoring `NaN` values and using ordinary recursive summation.</span>
147
-
- <spanclass="signature">[`snansumpw( N, x, stride )`][@stdlib/blas/ext/base/snansumpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of single-precision floating-point strided array elements, ignoring `NaN` values and using pairwise summation.</span>
147
+
- <spanclass="signature">[`snansumpw( N, x, strideX )`][@stdlib/blas/ext/base/snansumpw]</span><spanclass="delimiter">: </span><spanclass="description">calculate the sum of single-precision floating-point strided array elements, ignoring `NaN` values and using pairwise summation.</span>
148
148
- <spanclass="signature">[`srev( N, x, stride )`][@stdlib/blas/ext/base/srev]</span><spanclass="delimiter">: </span><spanclass="description">reverse a single-precision floating-point strided array in-place.</span>
149
149
- <spanclass="signature">[`ssort2hp( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/ssort2hp]</span><spanclass="delimiter">: </span><spanclass="description">simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using heapsort.</span>
150
150
- <spanclass="signature">[`ssort2ins( N, order, x, strideX, y, strideY )`][@stdlib/blas/ext/base/ssort2ins]</span><spanclass="delimiter">: </span><spanclass="description">simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.</span>
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/tand/README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,13 @@ int main( void ) {
170
170
171
171
<sectionclass="related">
172
172
173
+
* * *
174
+
175
+
## See Also
176
+
177
+
- <spanclass="package-name">[`@stdlib/math/base/special/tan`][@stdlib/math/base/special/tan]</span><spanclass="delimiter">: </span><spanclass="description">evaluate the tangent of a number.</span>
178
+
- <spanclass="package-name">[`@stdlib/math/base/special/cosd`][@stdlib/math/base/special/cosd]</span><spanclass="delimiter">: </span><spanclass="description">compute the cosine of an angle measured in degrees.</span>
0 commit comments