Skip to content

Commit 7fa747f

Browse files
authored
fix: Update lib/node_modules/@stdlib/stats/base/dists/rayleigh/pdf/src/main.c
Signed-off-by: Vinit Pandit <[email protected]>
1 parent f95f2a5 commit 7fa747f

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/rayleigh/pdf/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/rayleigh/pdf/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @return evaluated PDF
3232
*
3333
* @example
34-
* double y = stdlib_base_arcsine_cdf( 3.0, 1.0 );
34+
* double y = stdlib_base_rayleigh_cdf( 3.0, 1.0 );
3535
* // returns ~0.287
3636
*/
3737
double stdlib_base_dists_rayleigh_pdf( const double x, const double sigma ) {

0 commit comments

Comments
 (0)