We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6b92f commit 7bf1d62Copy full SHA for 7bf1d62
graphics/mandelbrot.py
@@ -21,7 +21,7 @@
21
from PIL import Image # type: ignore
22
23
24
-def getDistance(x: float, y: float, max_step: int) -> float:
+def get_distance(x: float, y: float, max_step: int) -> float:
25
"""
26
Return the relative distance (= step/max_step) after which the complex number
27
constituted by this x-y-pair diverges. Members of the Mandelbrot set do not
0 commit comments