Skip to content

Commit cd05946

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/weibull/logcdf/src

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
* @example
3838
* double y = stdlib_base_dists_weibull_logcdf( 2.0, 1.0, 1.0 );
39-
* // returns ~0.145
39+
* // returns ~-0.145
4040
*/
4141
double stdlib_base_dists_weibull_logcdf( const double x, const double k, const double lambda ) {
4242
double p;

0 commit comments

Comments
 (0)