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
11 changes: 11 additions & 0 deletions lib/node_modules/@stdlib/constants/float32/ln-two/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,13 @@ Macro for the [natural logarithm][@stdlib/math/base/special/lnf] of `2` as a sin

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/constants/float32/ln-ten`][@stdlib/constants/float32/ln-ten]</span><span class="delimiter">: </span><span class="description">natural logarithm of `10` as a single-precision floating-point number.</span>
- <span class="package-name">[`@stdlib/constants/float64/ln-two`][@stdlib/constants/float64/ln-two]</span><span class="delimiter">: </span><span class="description">natural logarithm of 2.</span>

</section>

<!-- /.related -->
Expand All @@ -130,6 +137,10 @@ Macro for the [natural logarithm][@stdlib/math/base/special/lnf] of `2` as a sin

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

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

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

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

</section>
Expand Down
11 changes: 11 additions & 0 deletions lib/node_modules/@stdlib/constants/float32/sqrt-two/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 `2` as a single-

<section class="related">

* * *

## See Also

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

</section>

<!-- /.related -->
Expand All @@ -132,6 +139,10 @@ Macro for the [square root][@stdlib/math/base/special/sqrtf] of `2` as a single-

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

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

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

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

</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ int main( void ) {

## See Also

- <span class="package-name">[`@stdlib/math/base/special/cceil`][@stdlib/math/base/special/cceil]</span><span class="delimiter">: </span><span class="description">round a double-precision complex floating-point number toward positive infinity.</span>
- <span class="package-name">[`@stdlib/math/base/special/cceil`][@stdlib/math/base/special/cceil]</span><span class="delimiter">: </span><span class="description">round each component of a double-precision complex floating-point number toward positive infinity.</span>
- <span class="package-name">[`@stdlib/math/base/special/cfloor`][@stdlib/math/base/special/cfloor]</span><span class="delimiter">: </span><span class="description">round a double-precision complex floating-point number toward negative infinity.</span>
- <span class="package-name">[`@stdlib/math/base/special/croundn`][@stdlib/math/base/special/croundn]</span><span class="delimiter">: </span><span class="description">round each component of a double-precision complex floating-point number to the nearest multiple of 10^n.</span>

Expand Down
Loading