Skip to content

Commit fdd9289

Browse files
authored
docs: update C docs comment
Signed-off-by: Philipp Burckhardt <[email protected]>
1 parent 94f7cf1 commit fdd9289

File tree

1 file changed

+4
-4
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/binomial/median/src

1 file changed

+4
-4
lines changed

lib/node_modules/@stdlib/stats/base/dists/binomial/median/src/main.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
#include <stdint.h>
2323

2424
/**
25-
* Returns the median of a Binomial distribution.
25+
* Returns the median of a binomial distribution with number of trials `n` and success probability `p`.
2626
*
27-
* @param n number of trials
28-
* @param p success probability
29-
* @return median
27+
* @param n number of trials
28+
* @param p success probability
29+
* @return median
3030
*
3131
* @example
3232
* double y = stdlib_base_dists_binomial_median( 100, 0.1 );

0 commit comments

Comments
 (0)