JuliaSets/README.md
2022-02-19 15:17:12 +01:00

9 lines
298 B
Markdown

# Julia Sets
A Julia set is the boundary of the set of points that tend to infinity when iterated over a function on the Riemann sphere.
More importantly, it makes pretty shapes.
## Example
This is the Julia set of `f(z) = z² + c` where `c = 0.799 * exp(3.986i)`
![A Julia set](res/example.png)