Skip to content

Commit

Permalink
Update docs yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kormanyos committed Oct 29, 2023
1 parent 4575084 commit 42ad24b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
The Mandelbrot set consists of the set of points $c$
in the complex plane for which the iteration

$$z_{n+1} = z_{n}^2 + c,$$
$$z_{n+1} = z_{n}^2 + c$$

where $z_{0}~=~0$ and $z~{\in}~{\mathbb{C}},$ stays bounded.
where $z_{0}=0$ and $z{\in}{\mathbb{C}}$ remains bounded.

ckormanyos/mandelbrot (this repository)
implements a header-only C++ template library for
Expand Down

0 comments on commit 42ad24b

Please sign in to comment.