Skip to content

Commit d168e04

Browse files
committed
Auto-generated commit
1 parent bb39982 commit d168e04

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-02-08)
7+
## Unreleased (2025-02-09)
88

99
<section class="features">
1010

@@ -20,9 +20,9 @@
2020

2121
### Closed Issues
2222

23-
A total of 2 issues were closed in this release:
23+
This release closes the following issue:
2424

25-
[#3798](https://github.com/stdlib-js/stdlib/issues/3798), [#4985](https://github.com/stdlib-js/stdlib/issues/4985)
25+
[#3798](https://github.com/stdlib-js/stdlib/issues/3798)
2626

2727
</section>
2828

@@ -34,6 +34,7 @@ A total of 2 issues were closed in this release:
3434

3535
<details>
3636

37+
- [`b9a2014`](https://github.com/stdlib-js/stdlib/commit/b9a2014b1181d30f86aa489ba90ad1f892ade8e8) - **docs:** clean-up of C docstrings _(by Philipp Burckhardt)_
3738
- [`d8c1025`](https://github.com/stdlib-js/stdlib/commit/d8c102519a591741b18bd7a58404f6f82145ccf8) - **chore:** refactor random number generation in `stats/base/dists/rayleigh` [(#5104)](https://github.com/stdlib-js/stdlib/pull/5104) _(by ekambains, Philipp Burckhardt)_
3839
- [`2965f8f`](https://github.com/stdlib-js/stdlib/commit/2965f8f4d1469ed76c7d9c150b39a87b62d73fbd) - **chore:** minor clean-up _(by Philipp Burckhardt)_
3940
- [`8bf8285`](https://github.com/stdlib-js/stdlib/commit/8bf8285aba0ecbd00ae145c4c5c098cd28135814) - **chore:** minor clean-up _(by Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
3737
Frank Kovacs <fran70kk@gmail.com>
3838
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
3939
Gunj Joshi <gunjjoshi8372@gmail.com>
40-
Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com>
40+
Gururaj Gurram <gururajgurram1512@gmail.com>
4141
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
4242
Harshita Kalani <harshitakalani02@gmail.com>
4343
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
@@ -125,6 +125,8 @@ Vivek Maurya <vm8118134@gmail.com>
125125
Xiaochuan Ye <tap91624@gmail.com>
126126
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
127127
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
128+
ekambains <bainsinbusiness@gmail.com>
128129
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
130+
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
129131
rainn <88160429+AmCodesLame@users.noreply.github.com>
130132
rei2hu <reimu@reimu.ws>

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @return evaluated CDF
3030
*
3131
* @example
32-
* double y = stdlib_base_arcsine_cdf( 2.0, 3.0 );
32+
* double y = stdlib_base_dists_rayleigh_cdf( 2.0, 3.0 );
3333
* // returns ~0.199
3434
*/
3535
double stdlib_base_dists_rayleigh_cdf( const double x, const double sigma ) {

0 commit comments

Comments
 (0)