Skip to content

Commit 02e5e0c

Browse files
authored
Update algorithm_verify.cpp
1 parent 2f8daa6 commit 02e5e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/algorithm_verify.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void verify(void){
4343
p = (b7 * 2) / b4;
4444
else
4545
p = (b7 / b4) * 2;
46-
cout << "p: " << p << endl;
46+
cout << "p: " << p << endl;
4747
x1 = (p / (1 << 8)) * (p / (1 << 8));
4848
cout << "x1: " << x1 << endl;
4949
x1 = (x1 * 3038) / (1 << 16);

0 commit comments

Comments
 (0)