Skip to content

Commit

Permalink
docs: update related packages sections
Browse files Browse the repository at this point in the history
PR-URL: stdlib-js#1441

Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
stdlib-bot authored Mar 2, 2024
1 parent 504dd47 commit 615bcf1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ bool = isWellFormedString( null );

<section class="related">


</section>

<!-- /.related -->
Expand All @@ -143,7 +142,6 @@ bool = isWellFormedString( null );

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


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

</section>
Expand Down
2 changes: 0 additions & 2 deletions lib/node_modules/@stdlib/function/to-string/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ for ( i = 0; i < fcns.length; i++ ) {

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



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

</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ while ( true ) {
- <span class="package-name">[`@stdlib/math/base/special/log1pexp`][@stdlib/math/base/special/log1pexp]</span><span class="delimiter">: </span><span class="description">evaluate the natural logarithm of 1+exp(x).</span>
- <span class="package-name">[`@stdlib/math/iter/special/log`][@stdlib/math/iter/special/log]</span><span class="delimiter">: </span><span class="description">create an iterator which computes the base `b` logarithm.</span>
- <span class="package-name">[`@stdlib/math/iter/special/log1p`][@stdlib/math/iter/special/log1p]</span><span class="delimiter">: </span><span class="description">create an iterator which evaluates the natural logarithm of 1+x for each iterated value.</span>
- <span class="package-name">[`@stdlib/math/iter/special/log1mexp`][@stdlib/math/iter/special/log1mexp]</span><span class="delimiter">: </span><span class="description">create an iterator which evaluates the natural logarithm of 1-exp(-|x|) for each iterated value.</span>
- <span class="package-name">[`@stdlib/math/iter/special/log1mexp`][@stdlib/math/iter/special/log1mexp]</span><span class="delimiter">: </span><span class="description">create an iterator which evaluates the natural logarithm of 1-exp(-\|x\|) for each iterated value.</span>
- <span class="package-name">[`@stdlib/math/iter/special/pow`][@stdlib/math/iter/special/pow]</span><span class="delimiter">: </span><span class="description">create an iterator which evaluates the exponential function.</span>

</section>
Expand Down

0 comments on commit 615bcf1

Please sign in to comment.