Skip to content

Commit

Permalink
remove SQRT print debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Guo committed Sep 12, 2023
1 parent 0f18d6b commit 2586ee4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/grid_synth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ int main(int argc, char** argv) {
MP_CONSTS = initialize_constants(prec);
eps = gmpf::pow(real_t(10), -prec);

std::cout << std::fixed << std::setprecision(100) << SQRT2 << std::endl;

if (*fact_eff) {
MAX_ATTEMPTS_POLLARD_RHO = factor_effort;
}
Expand Down

0 comments on commit 2586ee4

Please sign in to comment.