Skip to content

Commit e774813

Browse files
committed
...
1 parent 38bc7df commit e774813

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

‎Test/test‎

336 Bytes
Binary file not shown.

‎Test/test.c‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ int main(){
1111
for(uint16_t i = 1 ; i <= n ; i++)
1212
{
1313
val = 1.0 + (1.0 / (1.0 + val));
14-
printf("n = %hu: %.15lf (%.15lf) ", i, val, val - sqrt(2));
14+
printf("n = %hu: %.15lf (%.15lf)\n", i, val, val - sqrt(2));
1515
}
1616

1717
return 0;

0 commit comments

Comments
 (0)