From 4d82d7f37aef6d33671a23fb771e1d7db881de22 Mon Sep 17 00:00:00 2001 From: "joachim.schmidt" <joachim.schmidt@hesge.ch> Date: Thu, 13 Mar 2025 10:28:32 +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 f8dc2c7..37db216 100644 --- a/fractal_project/README.md +++ b/fractal_project/README.md @@ -26,7 +26,7 @@ Where: ### 4. Iterate the function $f_{c}(z) = z^{2} + c$ -### 5. Check if $\abs{z}$ (the module of $z$) escapes +### 5. Check if $\left\lvert z \right\rvert$ (the module of $z$) escapes ### 6. Repeat the iteration for a maximum number of iterations -- GitLab