MandelIterate {Julia}
MandelIterate
Description
'MandelIterate' returns the number of iteration until a complex value diverges for the Mandelbrot map for a give complex number.
Usage
MandelIterate(z_0)
Arguments
- z_0
- A complex coordinate (constant coefficient value for the map)
Examples
z_0<-0-0.5i it<- MandelIterate(z_0)
Documentation reproduced from package Julia, version 1.0. License: GPL-3
