Skip to content

Commit 1245057

Browse files
fix: basic error
1 parent 7c1a730 commit 1245057

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/bernoulli/pmf/examples/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/bernoulli/pmf/examples/c/examples.c renamed to lib/node_modules/@stdlib/stats/base/dists/bernoulli/pmf/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ int main( void ) {
3333
y = stdlib_base_dists_bernoulli_pmf( x, p );
3434
printf( "x: %lf , p: %1f, P( X = x; p ): %lf\n", x, p, y );
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)