Skip to content

Commit 18f4d58

Browse files
committed
Auto-generated commit
1 parent 3e031a8 commit 18f4d58

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

7-
## Unreleased (2025-01-20)
7+
## Unreleased (2025-02-09)
88

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`e61b1de`](https://github.com/stdlib-js/stdlib/commit/e61b1dee3334bacf30d213de5b5f1c7868c0753b) - **docs:** clean-up of C docstrings _(by Philipp Burckhardt)_
2526
- [`c4ef550`](https://github.com/stdlib-js/stdlib/commit/c4ef5500174a0d77a90b1a72be560938ac56d58d) - **chore:** minor clean-up _(by Philipp Burckhardt)_
2627
- [`97c434d`](https://github.com/stdlib-js/stdlib/commit/97c434de1ac819d4f616202b10ebdce3970a76d8) - **chore:** directly draw from the desired distribution instead of adding constants _(by Philipp Burckhardt)_
2728
- [`746eae4`](https://github.com/stdlib-js/stdlib/commit/746eae4688b31749105a872b58aaa5e7fb017ae0) - **docs:** fix argument order _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 4 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>
@@ -63,6 +63,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
6363
Matt Cochrane <matthew.cochrane.eng@gmail.com>
6464
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
6565
Milan Raj <rajsite@users.noreply.github.com>
66+
Mohammad Bin Aftab <48010758+MohammadBinAftab@users.noreply.github.com>
6667
Mohammad Kaif <mdkaifprofession@gmail.com>
6768
Momtchil Momtchev <momtchil@momtchev.com>
6869
Muhammad Haris <harriskhan047@outlook.com>
@@ -124,6 +125,8 @@ Vivek Maurya <vm8118134@gmail.com>
124125
Xiaochuan Ye <tap91624@gmail.com>
125126
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
126127
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
128+
ekambains <bainsinbusiness@gmail.com>
127129
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
130+
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
128131
rainn <88160429+AmCodesLame@users.noreply.github.com>
129132
rei2hu <reimu@reimu.ws>

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
* @return evaluated CDF
3131
*
3232
* @example
33-
* double y = stdlib_base_weibull_cdf( 2.0, 1.0, 1.0 );
33+
* double y = stdlib_base_dists_weibull_cdf( 2.0, 1.0, 1.0 );
3434
* // returns ~0.865
3535
*/
3636
double stdlib_base_dists_weibull_cdf( const double x, const double k, const double lambda ) {

0 commit comments

Comments
 (0)