Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/rest/bailout.txt
diff options
context:
space:
mode:
Diffstat (limited to 'help/rest/bailout.txt')
-rw-r--r--help/rest/bailout.txt30
1 files changed, 30 insertions, 0 deletions
diff --git a/help/rest/bailout.txt b/help/rest/bailout.txt
new file mode 100644
index 0000000..38ca4b8
--- /dev/null
+++ b/help/rest/bailout.txt
@@ -0,0 +1,30 @@
+.. _bailout:
+
+.. index::
+ pair: menu item; Bailout
+ pair: command line option; bailout
+ pair: command; bailout
+
+Bailout
+=======
+
+Bailout is the value which is checked for each point of the orbit if the point
+is far enough from the complex zero point in the current iteration. If the
+point is far enough, then the iteration immediately stops and the starting
+point on the screen will be painted with a given colour, depending on the
+fractal type and many other settings.
+
+For the :ref:`Mandelbrot set <mandel>` this value is 4. Other fractal types
+usually have the same bailout value. For most fractals many bailout values give
+more or less similar output. E.g., for the second order Mandelbrot set one can
+prove that the sequence \|z\| (z:=z^2+c) tends to infinity if and only if \|z\|>2
+for some element z of this sequence. In XaoS program, Bailout value is the
+square of this 2, i.e. you can change this to any value greater than 2 for
+similar results.
+
+Other fractal types may use other bailout values. The default is 4 for each
+types.
+
+**Available as**: menu item, command line option, command
+
+**Syntax**:(bailout float)