ruff-0.1: relatively useful fractal functions

Portabilityportable
Stabilityunstable
Maintainerclaudiusmaximus@goto10.org

Fractal.RUFF.Mandelbrot.Ray

Description

External angles define external rays which can be traced back from the circle at infinity to the boundary of the Mandelbrot Set.

The algorithm is based on Tomoki Kawahira's paper An algorithm to draw external rays of the Mandelbrot set http://www.math.nagoya-u.ac.jp/~kawahira/programs/mandel-exray.pdf.

Synopsis

Documentation

externalRay :: (Ord r, Floating r) => r -> Int -> r -> Angle -> [Complex r]Source

Compute the external ray for an external angle with a given accuracy, sharpness and starting radius. For example:

 externalRay 1e-10 8 (2**24) (1/3)