Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LMesaric authored Dec 22, 2018
1 parent e79bbd3 commit 09465ca
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 (<code>8<sup>th</sup></code> root):

![8th root rendered in 4K](https://raw.githubusercontent.com/LMesaric/NewtonFractals/master/3840x2160/Root8_3840x2160_LukaMesaric.png)

0 comments on commit 09465ca

Please sign in to comment.