We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8daa6 commit 02e5e0cCopy full SHA for 02e5e0c
examples/algorithm_verify.cpp
@@ -43,7 +43,7 @@ void verify(void){
43
p = (b7 * 2) / b4;
44
else
45
p = (b7 / b4) * 2;
46
- cout << "p: " << p << endl;
+ cout << "p: " << p << endl;
47
x1 = (p / (1 << 8)) * (p / (1 << 8));
48
cout << "x1: " << x1 << endl;
49
x1 = (x1 * 3038) / (1 << 16);
0 commit comments