Skip to content

Commit 37b3254

Browse files
authored
Update example.c
Signed-off-by: Gunj Joshi <[email protected]>
1 parent 782944c commit 37b3254

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/riemann-zeta/examples/c

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/riemann-zeta/examples/c/example.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ int main( void ) {
2424

2525
double v;
2626
int i;
27-
for ( i = 0; i < 1; i++ ) {
27+
for ( i = 0; i < 10; i++ ) {
2828
v = stdlib_base_zeta( s[ i ] );
2929
printf( "zeta(%lf) = %lf\n", s[ i ], v );
3030
}

0 commit comments

Comments
 (0)