Skip to content

Commit

Permalink
Merge pull request #43 from Anselmoo/feature/docs-fix
Browse files Browse the repository at this point in the history
fix: 📝 Update mathematical function descriptions
  • Loading branch information
Anselmoo authored Jul 21, 2024
2 parents d057254 + 08351ed commit 4a915e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions umf/functions/theory/pathological.py
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class TakagiFunction(PathologicalPure):
T(x) = \sum_{n=0}^{\infty} \frac{\phi(2^n x)}{2^n}
$$
where $\(\phi(x)\)$ is the distance from $\(x\)$ to the nearest integer.
where $(\phi(x))$ is the distance from $(x)$ to the nearest integer.
> Reference: https://en.wikipedia.org/wiki/Takagi_function
Expand Down Expand Up @@ -291,7 +291,7 @@ class MandelbrotsFractalFunction(PathologicalPure):
M = \{c \in \mathbb{C} : \lim_{n \to \infty} |z_n| \leq 2\}
$$
where \(z_{n+1} = z_n^2 + c\) and \(z_0 = 0\).
where $(z_{n+1} = z_n^2 + c)$ and $(z_0 = 0)$.
> Reference: https://en.wikipedia.org/wiki/Mandelbrot_set
Expand Down

0 comments on commit 4a915e4

Please sign in to comment.