Skip to content

Commit c74120b

Browse files
author
Christian Bender
authored
Merge pull request thuva4#561 from christianbender/fixed_borwein_algorithm_CPP
borwein_algorithm.cpp : fixed error. added header cstdio
2 parents 8c94e54 + 3e0ba00 commit c74120b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Borwein's Algorithm/C++/borwein_algorithm.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <cmath>
2+
#include <cstdio>
23
#include <iostream>
34
using namespace std;
45

0 commit comments

Comments
 (0)