Skip to content

Commit 5efe346

Browse files
authored
docs: fix missing decimal
Signed-off-by: Athan <[email protected]>
1 parent eeab1f8 commit 5efe346

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/planck/mode/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/planck/mode/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* @example
2929
* double y = stdlib_base_dists_planck_mode( 0.1 );
30-
* // returns 0
30+
* // returns 0.0
3131
*/
3232
double stdlib_base_dists_planck_mode( const double lambda ) {
3333
if ( stdlib_base_is_nan( lambda ) || lambda <= 0.0 ) {

0 commit comments

Comments
 (0)