Skip to content

Commit 27e8d9e

Browse files
committed
fix: small f for pdf
1 parent 2c002ec commit 27e8d9e

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dists/arcsine/pdf/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ int main( void ) {
3737
a = random_uniform( -20.0, 0.0 );
3838
b = random_uniform( a, a+40.0 );
3939
y = stdlib_base_dists_arcsine_pdf( x, a, b );
40-
printf( "x: %lf, a: %lf, b: %lf, F(x;a,b): %lf\n", x, a, b, y );
40+
printf( "x: %lf, a: %lf, b: %lf, f(x;a,b): %lf\n", x, a, b, y );
4141
}
4242
}

0 commit comments

Comments
 (0)