Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed May 18, 2024
1 parent 37b2c53 commit 083f72a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions base/special/asinf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ int main( void ) {

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/math/base/special/asin`][@stdlib/math/base/special/asin]</span><span class="delimiter">: </span><span class="description">compute the arcsine of a double-precision floating-point number.</span>
- <span class="package-name">[`@stdlib/math/base/special/asindf`][@stdlib/math/base/special/asindf]</span><span class="delimiter">: </span><span class="description">compute the arcsine (in degrees) of a single-precision floating-point number.</span>

</section>

<!-- /.related -->
Expand All @@ -170,6 +177,14 @@ int main( void ) {

[arcsine]: https://en.wikipedia.org/wiki/Inverse_trigonometric_functions

<!-- <related-links> -->

[@stdlib/math/base/special/asin]: https://github.com/stdlib-js/math/tree/main/base/special/asin

[@stdlib/math/base/special/asindf]: https://github.com/stdlib-js/math/tree/main/base/special/asindf

<!-- </related-links> -->

</section>

<!-- /.links -->

0 comments on commit 083f72a

Please sign in to comment.