From 0e524baccda8a7f0c3becc30b80fa99c25cf4f2d Mon Sep 17 00:00:00 2001 From: "joachim.schmidt" <joachim.schmidt@hesge.ch> Date: Thu, 13 Mar 2025 11:43:25 +0100 Subject: [PATCH] fractal_project/README.md has been updated. --- fractal_project/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fractal_project/README.md b/fractal_project/README.md index d7d38e1..a5fb234 100644 --- a/fractal_project/README.md +++ b/fractal_project/README.md @@ -58,7 +58,7 @@ The most common function used for Julia sets is the **quadratic** function: Where: > * $c$ is a fixed complex number (a constant), chosen by you. -> * $z$ is the point in the complex plane you are testing (a complex number $z=x+\imath y$, where $x$ and $y$ are real numbers). +> * $z$ is the point in the complex plane you are testing (a complex number $z=x+\imath y$, where $x and y$ are real numbers). ## Calculation of the Julia set -- GitLab