Skip to content

Commit 189c569

Browse files
authored
docs: update related packages sections
PR-URL: #2194 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent de9ca6a commit 189c569

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

lib/node_modules/@stdlib/math/base/special/atan2/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ for ( i = 0; i < 100; i++ ) {
8686

8787
<!-- /.examples -->
8888

89-
9089
<!-- C interface documentation. -->
9190

9291
* * *

lib/node_modules/@stdlib/math/base/tools/evalpoly/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ for ( i = 0; i < 100; i++ ) {
135135

136136
## See Also
137137

138-
- <span class="package-name">[`@stdlib/math/base/tools/evalrational`][@stdlib/math/base/tools/evalrational]</span><span class="delimiter">: </span><span class="description">evaluate a rational function.</span>
138+
- <span class="package-name">[`@stdlib/math/base/tools/evalrational`][@stdlib/math/base/tools/evalrational]</span><span class="delimiter">: </span><span class="description">evaluate a rational function using double-precision floating-point arithmetic.</span>
139139

140140
</section>
141141

lib/node_modules/@stdlib/string/base/last-code-point/README.md

-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ str = lastCodePoint( '六书/六書', 3 );
8888

8989
<section class="related">
9090

91-
9291
</section>
9392

9493
<!-- /.related -->
@@ -99,7 +98,6 @@ str = lastCodePoint( '六书/六書', 3 );
9998

10099
<!-- <related-links> -->
101100

102-
103101
<!-- </related-links> -->
104102

105103
</section>

0 commit comments

Comments
 (0)