Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions lib/node_modules/@stdlib/constants/float32/sqrt-three/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@ Macro for the [square root][@stdlib/math/base/special/sqrtf] of `3` as a single-

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/constants/float32/sqrt-two`][@stdlib/constants/float32/sqrt-two]</span><span class="delimiter">: </span><span class="description">square root of `2` as a single-precision floating-point number.</span>
- <span class="package-name">[`@stdlib/constants/float64/sqrt-three`][@stdlib/constants/float64/sqrt-three]</span><span class="delimiter">: </span><span class="description">square root of 3.</span>

</section>

<!-- /.related -->
Expand All @@ -130,6 +137,14 @@ Macro for the [square root][@stdlib/math/base/special/sqrtf] of `3` as a single-

[@stdlib/math/base/special/sqrtf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/sqrtf

<!-- <related-links> -->

[@stdlib/constants/float32/sqrt-two]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float32/sqrt-two

[@stdlib/constants/float64/sqrt-three]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/constants/float64/sqrt-three

<!-- </related-links> -->

</section>

<!-- /.links -->
4 changes: 2 additions & 2 deletions lib/node_modules/@stdlib/stats/base/dmaxsorted/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ int main( void ) {

## See Also

- <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>
- <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>
- <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>
- <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>
- <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>
Expand All @@ -296,7 +296,7 @@ int main( void ) {

<!-- <related-links> -->

[@stdlib/stats/base/dmax]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dmax
[@stdlib/stats/strided/dmax]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/strided/dmax

[@stdlib/stats/base/dminsorted]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/stats/base/dminsorted

Expand Down
Loading