Skip to content

Commit d57e3c2

Browse files
committed
Auto-generated commit
1 parent ab4fac5 commit d57e3c2

3 files changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

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

486486
<details>
487487

488+
- [`03e5c54`](https://github.com/stdlib-js/stdlib/commit/03e5c54b90e538bee276484281d2e4553d7ec83e) - **docs:** update namespace table of contents [(#7233)](https://github.com/stdlib-js/stdlib/pull/7233) _(by stdlib-bot)_
488489
- [`57ef247`](https://github.com/stdlib-js/stdlib/commit/57ef247aa2a78d934abb36b6ea9994371369db37) - **docs:** fix incorrect require path for `Complex128Array` _(by Karan Anand)_
489490
- [`0d96bfb`](https://github.com/stdlib-js/stdlib/commit/0d96bfb9ad7789f5a4198bdd15c82c5236410357) - **chore:** remove redundant include statement _(by Karan Anand)_
490491
- [`ba76851`](https://github.com/stdlib-js/stdlib/commit/ba76851dd8983a3cd3974d06fc7af42c16e81a7f) - **docs:** replace manual `for` loop in examples _(by Karan Anand)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
3838
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
3939
Debashis Maharana <debashismaharana7854@gmail.com>
4040
Deep Trivedi <128926685+thedeeppp@users.noreply.github.com>
41+
Deepak Singh <78257493+Deepak91168@users.noreply.github.com>
4142
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
4243
Dev Goel <135586571+corsairier@users.noreply.github.com>
4344
Dhanyabad behera <110620935+dhanyabad11@users.noreply.github.com>

base/special/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ var fcns = special;
7878

7979
- <span class="signature">[`acos( x )`][@stdlib/math/base/special/acos]</span><span class="delimiter">: </span><span class="description">compute the arccosine of a double-precision floating-point number.</span>
8080
- <span class="signature">[`acosd( x )`][@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>
81+
- <span class="signature">[`acosdf( x )`][@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>
8182
- <span class="signature">[`acosf( x )`][@stdlib/math/base/special/acosf]</span><span class="delimiter">: </span><span class="description">compute the arccosine of a single-precision floating-point number.</span>
8283
- <span class="signature">[`acosh( x )`][@stdlib/math/base/special/acosh]</span><span class="delimiter">: </span><span class="description">compute the hyperbolic arccosine of a double-precision floating-point number.</span>
8384
- <span class="signature">[`acovercos( x )`][@stdlib/math/base/special/acovercos]</span><span class="delimiter">: </span><span class="description">compute the inverse coversed cosine.</span>
@@ -212,6 +213,7 @@ var fcns = special;
212213

213214
- <span class="signature">[`acot( x )`][@stdlib/math/base/special/acot]</span><span class="delimiter">: </span><span class="description">compute the inverse cotangent of a double-precision floating-point number.</span>
214215
- <span class="signature">[`acotd( x )`][@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>
216+
- <span class="signature">[`acotdf( x )`][@stdlib/math/base/special/acotdf]</span><span class="delimiter">: </span><span class="description">compute the arccotangent in degrees of a single-precision floating-point number.</span>
215217
- <span class="signature">[`acotf( x )`][@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>
216218
- <span class="signature">[`acoth( x )`][@stdlib/math/base/special/acoth]</span><span class="delimiter">: </span><span class="description">compute the inverse hyperbolic cotangent of a double-precision floating-point number.</span>
217219
- <span class="signature">[`acsc( x )`][@stdlib/math/base/special/acsc]</span><span class="delimiter">: </span><span class="description">compute the arccosecant of a number.</span>
@@ -243,6 +245,7 @@ var fcns = special;
243245
- <span class="signature">[`cflipsign( z, y )`][@stdlib/math/base/special/cflipsign]</span><span class="delimiter">: </span><span class="description">return a double-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.</span>
244246
- <span class="signature">[`cflipsignf( z, y )`][@stdlib/math/base/special/cflipsignf]</span><span class="delimiter">: </span><span class="description">return a single-precision complex floating-point number with the same magnitude as `z` and the sign of `y*z`.</span>
245247
- <span class="signature">[`cinv( z )`][@stdlib/math/base/special/cinv]</span><span class="delimiter">: </span><span class="description">compute the inverse of a double-precision complex floating-point number.</span>
248+
- <span class="signature">[`cinvf( z )`][@stdlib/math/base/special/cinvf]</span><span class="delimiter">: </span><span class="description">compute the inverse of a single-precision complex floating-point number.</span>
246249
- <span class="signature">[`copysign( x, y )`][@stdlib/math/base/special/copysign]</span><span class="delimiter">: </span><span class="description">return a double-precision floating-point number with the magnitude of `x` and the sign of `y`.</span>
247250
- <span class="signature">[`copysignf( x, y )`][@stdlib/math/base/special/copysignf]</span><span class="delimiter">: </span><span class="description">return a single-precision floating-point number with the magnitude of `x` and the sign of `y`.</span>
248251
- <span class="signature">[`cot( x )`][@stdlib/math/base/special/cot]</span><span class="delimiter">: </span><span class="description">evaluate the cotangent of a number.</span>
@@ -416,6 +419,8 @@ console.log( objectKeys( special ) );
416419

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

422+
[@stdlib/math/base/special/acotdf]: https://github.com/stdlib-js/math/tree/main/base/special/acotdf
423+
419424
[@stdlib/math/base/special/acotf]: https://github.com/stdlib-js/math/tree/main/base/special/acotf
420425

421426
[@stdlib/math/base/special/acoth]: https://github.com/stdlib-js/math/tree/main/base/special/acoth
@@ -478,6 +483,8 @@ console.log( objectKeys( special ) );
478483

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

486+
[@stdlib/math/base/special/cinvf]: https://github.com/stdlib-js/math/tree/main/base/special/cinvf
487+
481488
[@stdlib/math/base/special/copysign]: https://github.com/stdlib-js/math/tree/main/base/special/copysign
482489

483490
[@stdlib/math/base/special/copysignf]: https://github.com/stdlib-js/math/tree/main/base/special/copysignf
@@ -766,6 +773,8 @@ console.log( objectKeys( special ) );
766773

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

776+
[@stdlib/math/base/special/acosdf]: https://github.com/stdlib-js/math/tree/main/base/special/acosdf
777+
769778
[@stdlib/math/base/special/acosf]: https://github.com/stdlib-js/math/tree/main/base/special/acosf
770779

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

0 commit comments

Comments
 (0)