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/constants/float32/sqrt-three/README.md
+15
Original file line number
Diff line number
Diff line change
@@ -120,6 +120,13 @@ Macro for the [square root][@stdlib/math/base/special/sqrtf] of `3` as a single-
120
120
121
121
<sectionclass="related">
122
122
123
+
* * *
124
+
125
+
## See Also
126
+
127
+
- <spanclass="package-name">[`@stdlib/constants/float32/sqrt-two`][@stdlib/constants/float32/sqrt-two]</span><spanclass="delimiter">: </span><spanclass="description">square root of `2` as a single-precision floating-point number.</span>
128
+
- <spanclass="package-name">[`@stdlib/constants/float64/sqrt-three`][@stdlib/constants/float64/sqrt-three]</span><spanclass="delimiter">: </span><spanclass="description">square root of 3.</span>
129
+
123
130
</section>
124
131
125
132
<!-- /.related -->
@@ -130,6 +137,14 @@ Macro for the [square root][@stdlib/math/base/special/sqrtf] of `3` as a single-
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/dmaxsorted/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -277,7 +277,7 @@ int main( void ) {
277
277
278
278
## See Also
279
279
280
-
- <span class="package-name">[`@stdlib/stats/base/dmax`][@stdlib/stats/base/dmax]</span><span class="delimiter">: </span><span class="description">calculate the maximum value of a double-precision floating-point strided array.</span>
280
+
- <span class="package-name">[`@stdlib/stats/strided/dmax`][@stdlib/stats/strided/dmax]</span><span class="delimiter">: </span><span class="description">calculate the maximum value of a double-precision floating-point strided array.</span>
281
281
- <span class="package-name">[`@stdlib/stats/base/dminsorted`][@stdlib/stats/base/dminsorted]</span><span class="delimiter">: </span><span class="description">calculate the minimum value of a sorted double-precision floating-point strided array.</span>
282
282
- <span class="package-name">[`@stdlib/stats/base/maxsorted`][@stdlib/stats/base/maxsorted]</span><span class="delimiter">: </span><span class="description">calculate the maximum value of a sorted strided array.</span>
283
283
- <span class="package-name">[`@stdlib/stats/base/smaxsorted`][@stdlib/stats/base/smaxsorted]</span><span class="delimiter">: </span><span class="description">calculate the maximum value of a sorted single-precision floating-point strided array.</span>
0 commit comments