Skip to content

Commit 02e4170

Browse files
authored
docs: fix example
Signed-off-by: Athan <kgryte@gmail.com>
1 parent e465f39 commit 02e4170

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dsnanmean

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dsnanmean/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ int main( void ) {
282282
double v = stdlib_strided_dsnanmean( N, x, strideX );
283283

284284
// Print the result:
285-
printf( "mean: %f\n", v );
285+
printf( "mean: %lf\n", v );
286286
}
287287
```
288288

0 commit comments

Comments
 (0)