diff --git a/README.md b/README.md index 5c2ff29..58913b5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # Newton Fractals -Eclipse project for generating PNG images of Newton Fractals using Newton's method for calculating complex roots of number 1. +Eclipse project for generating PNG images of Newton Fractals using Newton's method for calculating complex roots of `1`. See the first formula in [this paragraph](https://en.wikipedia.org/wiki/Nth_root#nth_root_algorithm). -Already rendered images are available in this repository in directories named *WIDTH*x*HEIGHT*. Since they are rather large (up to 300 MP and 70 MB per image), they should be downloaded instead of trying to preview them in the browser. - -One of the images from this repository: +Already rendered images are available in this repository in directories named *WIDTH*x*HEIGHT*. Since they are rather large (up to `300 MP` and `70 MB` per image), they should be downloaded instead of trying to preview them in the browser. +One of the images from this repository (8th root): ![8th root rendered in 4K](https://raw.githubusercontent.com/LMesaric/NewtonFractals/master/3840x2160/Root8_3840x2160_LukaMesaric.png)