You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+46-5Lines changed: 46 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,19 +33,61 @@ g++ main.cpp -lm -Wall
33
33
./a.out a.txt > a_out.txt
34
34
```
35
35
36
-
or if one wants use all input files in the working directory use simply:
36
+
or if one wants use all input files in the working directory use simply:
37
37
38
38
```
39
39
make
40
-
```
40
+
```
41
41
42
-
# examples
43
-
* see files in [txt directory](./txt):
42
+
# examples
43
+
* see files in [txt directory](./txt):
44
44
* input files: *.txt
45
45
* output files : *_out.txt
46
46
*[cubic Julia set - location by Roger Lee Bagula](https://commons.wikimedia.org/wiki/File:Cubic_Julia_set_C_%3D-0.040000000000000036-0.78*I_with_internal_level_curves.png)
In case of multiple roots the numerical algorithm can show 2 roots close to each other. See [output](./txt/cubic_p2_Bagula_out.txt) of the [cubic_p2_Bagula.txt](./txt/cubic_p2_Bagula.txt):
53
+
54
+
```txt
55
+
coefficients read from input file cubic_p2_Bagula.txt
0 commit comments