-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |