Skip to content

Commit 86e456b

Browse files
authored
docs: fix incorrect return annotation in stats/base/dists/weibull/pdf
PR-URL: #11119 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent cd05946 commit 86e456b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
*
3434
* @example
3535
* double y = stdlib_base_dists_weibull_pdf( 2.0, 1.0, 1.0 );
36-
* // returns ~0.037
36+
* // returns ~0.135
3737
*/
3838
double stdlib_base_dists_weibull_pdf( const double x, const double k, const double lambda ) {
3939
double xol;

0 commit comments

Comments
 (0)