From c176f9491411f53000b0350cafc1d17db0ef09ec Mon Sep 17 00:00:00 2001 From: JP Appel Date: Fri, 26 Apr 2024 17:24:33 -0400 Subject: add degree, constant, radius to performance output --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1f30b0e..17c312e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ All versions of the program support the same command line arguments. The performance flag outputs information in the format of: ``` -,,,,,,,,, +,,,,,,,,,,,,, ``` Note that the runtime is an average runtime from multiple runs. @@ -45,7 +45,7 @@ Options: -l, --lower-left Set the lower left corner of the fractal area (default: -2-2i) -u, --upper-right Set the upper right corner of the fractal area (default: 2+2i) -z, --magnification Set the magnification factor (default: 1) - -d, --degree Set the degree for fractals that use it (default: 1) + -d, --degree Set the degree for fractals that use it (default: 2) -c, --constant Set the constant for fractals that use it (default: 0+0i) -r, --radius Set the radius for fractals that use it (default: 2) -o, --output the output filename (default: fractal.grid) -- cgit v1.2.3