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 14, 2024
1 parent 1f8f168 commit 7dec7d1
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 0 deletions.
14 changes: 14 additions & 0 deletions base/special/asind/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,14 @@ 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/asinh`][@stdlib/math/base/special/asinh]</span><span class="delimiter">: </span><span class="description">compute the hyperbolic arcsine of a double-precision floating-point number.</span>
- <span class="package-name">[`@stdlib/math/base/special/atand`][@stdlib/math/base/special/atand]</span><span class="delimiter">: </span><span class="description">compute the arctangent(in degrees) of a double-precision floating-point number.</span>

</section>

<!-- /.related -->
Expand All @@ -190,6 +198,12 @@ int main( void ) {

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

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

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

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

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

</section>
Expand Down
14 changes: 14 additions & 0 deletions base/special/atand/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,14 @@ int main( void ) {

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/math/base/special/atan`][@stdlib/math/base/special/atan]</span><span class="delimiter">: </span><span class="description">compute the arctangent of a double-precision floating-point number.</span>
- <span class="package-name">[`@stdlib/math/base/special/atanh`][@stdlib/math/base/special/atanh]</span><span class="delimiter">: </span><span class="description">compute the hyperbolic arctangent of a double-precision floating-point number.</span>
- <span class="package-name">[`@stdlib/math/base/special/acosd`][@stdlib/math/base/special/acosd]</span><span class="delimiter">: </span><span class="description">compute the arccosine (in degrees) of a double-precision floating-point number.</span>

</section>

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

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

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

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

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

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

</section>
Expand Down
18 changes: 18 additions & 0 deletions strided/ops/add-by/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,14 @@ console.log( z );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/math/strided/ops/add`][@stdlib/math/strided/ops/add]</span><span class="delimiter">: </span><span class="description">element-wise addition of two strided arrays.</span>
- <span class="package-name">[`@stdlib/math/strided/ops/mul-by`][@stdlib/math/strided/ops/mul-by]</span><span class="delimiter">: </span><span class="description">element-wise multiplication of two strided arrays via a callback function.</span>
- <span class="package-name">[`@stdlib/math/strided/ops/sub-by`][@stdlib/math/strided/ops/sub-by]</span><span class="delimiter">: </span><span class="description">element-wise subtraction of two strided arrays via a callback function.</span>

</section>

<!-- /.related -->
Expand All @@ -255,6 +263,16 @@ console.log( z );

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

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

[@stdlib/math/strided/ops/add]: https://github.com/stdlib-js/math/tree/main/strided/ops/add

[@stdlib/math/strided/ops/mul-by]: https://github.com/stdlib-js/math/tree/main/strided/ops/mul-by

[@stdlib/math/strided/ops/sub-by]: https://github.com/stdlib-js/math/tree/main/strided/ops/sub-by

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

</section>

<!-- /.links -->
12 changes: 12 additions & 0 deletions strided/special/cbrt-by/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,12 @@ console.log( y );

<section class="related">

* * *

## See Also

- <span class="package-name">[`@stdlib/math/strided/special/cbrt`][@stdlib/math/strided/special/cbrt]</span><span class="delimiter">: </span><span class="description">compute the cube root of each element in a strided array.</span>

</section>

<!-- /.related -->
Expand All @@ -243,6 +249,12 @@ console.log( y );

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

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

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

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

</section>

<!-- /.links -->

0 comments on commit 7dec7d1

Please sign in to comment.