Skip to content

Commit b8cc063

Browse files
committed
Auto-generated commit
1 parent f0b3890 commit b8cc063

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

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

3535
<details>
3636

37+
- [`e61b1de`](https://github.com/stdlib-js/stdlib/commit/e61b1dee3334bacf30d213de5b5f1c7868c0753b) - **docs:** clean-up of C docstrings _(by Philipp Burckhardt)_
3738
- [`5a6efed`](https://github.com/stdlib-js/stdlib/commit/5a6efed4b52bece2bbcef65d8b19dcfaa168ff78) - **refactor:** precompute constant _(by Philipp Burckhardt)_
3839
- [`03954e1`](https://github.com/stdlib-js/stdlib/commit/03954e125b6cc761a5456e51c909ab09b18d15ee) - **feat:** add C implementation for `stats/base/dists/logistic/stdev` [(#4189)](https://github.com/stdlib-js/stdlib/pull/4189) _(by Vivek Maurya, Philipp Burckhardt, stdlib-bot)_
3940
- [`4a70790`](https://github.com/stdlib-js/stdlib/commit/4a707903dfef7c2b56216000165706497d19a251) - **style:** add missing spaces _(by Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ EuniceSim142 <[email protected]>
3737
Frank Kovacs <[email protected]>
3838
Golden Kumar <[email protected]>
3939
Gunj Joshi <[email protected]>
40-
Gururaj Gurram <[email protected].com>
40+
Gururaj Gurram <gururajgurram1512@gmail.com>
4141
4242
Harshita Kalani <[email protected]>
4343
Hridyanshu <[email protected]>
@@ -63,6 +63,7 @@ Marcus Fantham <[email protected]>
6363
Matt Cochrane <[email protected]>
6464
Mihir Pandit <[email protected]>
6565
Milan Raj <[email protected]>
66+
Mohammad Bin Aftab <[email protected]>
6667
Mohammad Kaif <[email protected]>
6768
Momtchil Momtchev <[email protected]>
6869
Muhammad Haris <[email protected]>
@@ -124,6 +125,8 @@ Vivek Maurya <[email protected]>
124125
Xiaochuan Ye <[email protected]>
125126
Yaswanth Kosuru <[email protected]>
126127
Yernar Yergaziyev <[email protected]>
128+
ekambains <[email protected]>
127129
olenkabilonizhka <[email protected]>
130+
pranav-1720 <[email protected]>
128131
129132

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ static const double PI_OVER_SQRT_THREE = 1.8137993642342178; // π divided by th
3131
* @return standard deviation
3232
*
3333
* @example
34-
* double y = stdlib_base_logistic_stdev( 0.0, 1.0 );
34+
* double y = stdlib_base_dists_logistic_stdev( 0.0, 1.0 );
3535
* // returns ~1.814
3636
*/
3737
double stdlib_base_dists_logistic_stdev( const double mu, const double s ) {

0 commit comments

Comments
 (0)