Skip to content

Commit ebb3d00

Browse files
authored
docs: update related packages sections
PR-URL: #7520 Reviewed-by: Athan Reines <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent fbfec64 commit ebb3d00

File tree

1 file changed

+3
-0
lines changed
  • lib/node_modules/@stdlib/math/base/special/asecdf

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ int main( void ) {
190190

191191
- <span class="package-name">[`@stdlib/math/base/special/asec`][@stdlib/math/base/special/asec]</span><span class="delimiter">: </span><span class="description">compute the inverse (arc) secant of a number.</span>
192192
- <span class="package-name">[`@stdlib/math/base/special/asech`][@stdlib/math/base/special/asech]</span><span class="delimiter">: </span><span class="description">compute the hyperbolic arcsecant of a number.</span>
193+
- <span class="package-name">[`@stdlib/math/base/special/acosdf`][@stdlib/math/base/special/acosdf]</span><span class="delimiter">: </span><span class="description">compute the arccosine (in degrees) of a single-precision floating-point number.</span>
193194

194195
</section>
195196

@@ -207,6 +208,8 @@ int main( void ) {
207208

208209
[@stdlib/math/base/special/asech]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/asech
209210

211+
[@stdlib/math/base/special/acosdf]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/acosdf
212+
210213
<!-- </related-links> -->
211214

212215
</section>

0 commit comments

Comments
 (0)