Skip to content

Commit 1820a95

Browse files
authored
docs: update related packages sections
PR-URL: #6503 Reviewed-by: Athan Reines <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent 3c02758 commit 1820a95

File tree

2 files changed

+14
-2
lines changed
  • lib/node_modules/@stdlib/number

2 files changed

+14
-2
lines changed

Diff for: lib/node_modules/@stdlib/number/float32/base/identity/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ int main( void ) {
195195

196196
## See Also
197197

198-
- <span class="package-name">[`@stdlib/number/float32/base/identity`][@stdlib/number/float32/base/identity]</span><span class="delimiter">: </span><span class="description">evaluate the identity function for a single-precision floating-point number.</span>
198+
- <span class="package-name">[`@stdlib/number/float64/base/identity`][@stdlib/number/float64/base/identity]</span><span class="delimiter">: </span><span class="description">evaluate the identity function for a double-precision floating-point number.</span>
199199

200200
</section>
201201

@@ -209,7 +209,7 @@ int main( void ) {
209209

210210
<!-- <related-links> -->
211211

212-
[@stdlib/number/float32/base/identity]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float32/base/identity
212+
[@stdlib/number/float64/base/identity]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float64/base/identity
213213

214214
<!-- </related-links> -->
215215

Diff for: lib/node_modules/@stdlib/number/float64/base/identity/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,12 @@ int main( void ) {
191191

192192
<section class="related">
193193

194+
* * *
195+
196+
## See Also
197+
198+
- <span class="package-name">[`@stdlib/number/float32/base/identity`][@stdlib/number/float32/base/identity]</span><span class="delimiter">: </span><span class="description">evaluate the identity function for a single-precision floating-point number.</span>
199+
194200
</section>
195201

196202
<!-- /.related -->
@@ -201,6 +207,12 @@ int main( void ) {
201207

202208
[identity-function]: https://en.wikipedia.org/wiki/Identity_function
203209

210+
<!-- <related-links> -->
211+
212+
[@stdlib/number/float32/base/identity]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/number/float32/base/identity
213+
214+
<!-- </related-links> -->
215+
204216
</section>
205217

206218
<!-- /.links -->

0 commit comments

Comments
 (0)