Skip to content

Commit 6d5d804

Browse files
authored
Updated the required comment change in README.md
Signed-off-by: ekambains <[email protected]>
1 parent f8268a3 commit 6d5d804

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/degenerate/entropy

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/degenerate/entropy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ int main( void ) {
190190
for ( i = 0; i < 10; i++ ) {
191191
mu = random_uniform( 0.0, 1.0 );
192192
y = stdlib_base_dists_degenerate_entropy( mu );
193-
printf( "µ: %1f. H(X;µ): %lf\n", mu, y );
193+
printf( "µ: %lf. H(X;µ): %lf\n", mu, y );
194194
}
195195
}
196196
```

0 commit comments

Comments
 (0)