Skip to content

Commit 6a497b0

Browse files
committed
Auto-generated commit
1 parent 3bea788 commit 6a497b0

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

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-02-02)
7+
## Unreleased (2025-02-09)
88

99
<section class="features">
1010

@@ -34,6 +34,7 @@ This release closes the following issue:
3434

3535
<details>
3636

37+
- [`b9a2014`](https://github.com/stdlib-js/stdlib/commit/b9a2014b1181d30f86aa489ba90ad1f892ade8e8) - **docs:** clean-up of C docstrings _(by Philipp Burckhardt)_
3738
- [`802775e`](https://github.com/stdlib-js/stdlib/commit/802775ea028fb2a42041611187b6373b49f5f397) - **bench:** refactor random number generation in `stats/base/dists/bernoulli` [(#4775)](https://github.com/stdlib-js/stdlib/pull/4775) _(by Karan Anand, Athan Reines)_
3839
- [`0e887d5`](https://github.com/stdlib-js/stdlib/commit/0e887d567344c8a31a382266389022ec26f2bcca) - **style:** add missing spaces _(by Philipp Burckhardt)_
3940
- [`ff25e13`](https://github.com/stdlib-js/stdlib/commit/ff25e1324e1507cc076078e82badce7fdf7915f6) - **docs:** remove excess whitespace _(by Philipp Burckhardt)_

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
@@ -27,7 +27,7 @@
2727
* @return standard deviation
2828
*
2929
* @example
30-
* double y = stdlib_base_bernoulli_stdev( 0.1 );
30+
* double y = stdlib_base_dists_bernoulli_stdev( 0.1 );
3131
* // returns ~0.3
3232
*/
3333
double stdlib_base_dists_bernoulli_stdev( const double p ) {

0 commit comments

Comments
 (0)