Skip to content

Commit 7bb31ea

Browse files
stdlib-botkgryte
andauthored
docs: update related packages sections
PR-URL: #7328 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent 80d02be commit 7bb31ea

File tree

1 file changed

+11
-0
lines changed
  • lib/node_modules/@stdlib/math/base/special/acotdf

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,13 @@ int main( void ) {
155155

156156
<section class="related">
157157

158+
* * *
159+
160+
## See Also
161+
162+
- <span class="package-name">[`@stdlib/math/base/special/acotd`][@stdlib/math/base/special/acotd]</span><span class="delimiter">: </span><span class="description">compute the arccotangent (in degrees) of a double-precision floating-point number.</span>
163+
- <span class="package-name">[`@stdlib/math/base/special/acotf`][@stdlib/math/base/special/acotf]</span><span class="delimiter">: </span><span class="description">compute the inverse cotangent of a single-precision floating-point number.</span>
164+
158165
</section>
159166

160167
<!-- /.related -->
@@ -167,6 +174,10 @@ int main( void ) {
167174

168175
<!-- <related-links> -->
169176

177+
[@stdlib/math/base/special/acotd]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acotd
178+
179+
[@stdlib/math/base/special/acotf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acotf
180+
170181
<!-- </related-links> -->
171182

172183
</section>

0 commit comments

Comments
 (0)