Skip to content

Commit 8691a3c

Browse files
committed
Auto-generated commit
1 parent 51fc249 commit 8691a3c

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ A total of 46 issues were closed in this release:
499499

500500
<details>
501501

502+
- [`7bb31ea`](https://github.com/stdlib-js/stdlib/commit/7bb31ea0bb5ffce51b472c32e2867396e92f406a) - **docs:** update related packages sections [(#7328)](https://github.com/stdlib-js/stdlib/pull/7328) _(by stdlib-bot, Athan Reines)_
502503
- [`6ae353c`](https://github.com/stdlib-js/stdlib/commit/6ae353c5461eb9f83e61af1bb87d9a1ffa14279e) - **feat:** add C implementation for `math/base/special/ellipj` [(#6965)](https://github.com/stdlib-js/stdlib/pull/6965) _(by Karan Anand, Philipp Burckhardt)_
503504
- [`8c519dd`](https://github.com/stdlib-js/stdlib/commit/8c519ddfafd9e87c7633c9e0555d59bb752aac7b) - **feat:** add `math/base/special/coversinf` [(#7316)](https://github.com/stdlib-js/stdlib/pull/7316) _(by Karan Anand)_
504505
- [`398ac1c`](https://github.com/stdlib-js/stdlib/commit/398ac1c8917336a0ef90d9a851267eb3d9f2b8db) - **feat:** add `math/base/special/cphasef` [(#7158)](https://github.com/stdlib-js/stdlib/pull/7158) _(by Karan Anand)_

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/math/tree/main/base/special/acotd
178+
179+
[@stdlib/math/base/special/acotf]: https://github.com/stdlib-js/math/tree/main/base/special/acotf
180+
170181
<!-- </related-links> -->
171182

172183
</section>

0 commit comments

Comments
 (0)