snake_case-fix
This commit is contained in:
committed by
Mertcan Davulcu
parent
4c6b92f30f
commit
7bf1d622ef
@@ -21,7 +21,7 @@ import colorsys
|
|||||||
from PIL import Image # type: ignore
|
from PIL import Image # type: ignore
|
||||||
|
|
||||||
|
|
||||||
def getDistance(x: float, y: float, max_step: int) -> float:
|
def get_distance(x: float, y: float, max_step: int) -> float:
|
||||||
"""
|
"""
|
||||||
Return the relative distance (= step/max_step) after which the complex number
|
Return the relative distance (= step/max_step) after which the complex number
|
||||||
constituted by this x-y-pair diverges. Members of the Mandelbrot set do not
|
constituted by this x-y-pair diverges. Members of the Mandelbrot set do not
|
||||||
|
|||||||
Reference in New Issue
Block a user