mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-18 16:27:02 +00:00
snake_case-fix
This commit is contained in:
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user