/FractalByJavaScript

Making Fractal using JavaScript

Primary LanguageHTML

FractalByJavaScript

Fractal

In mathematics, a fractal is a detailed, recursive, and infinitely self-similar mathematical set whose Hausdorff dimension strictly exceeds its topological dimension. Fractals are encountered ubiquitously in nature due to their tendency to appear nearly the same at different levels, as is illustrated here in the successively small magnifications of the Mandelbrot set. Fractals exhibit similar patterns at increasingly small scales, also known as expanding symmetry or unfolding [wiki]https://en.wikipedia.org/wiki/Fractal

  1. This code is made with EcmaScript a.k.a. JavaScript.

  2. This code is almost completed but, NOT PERFECT.

  3. This program is maded for practicing Discrete Mathematics.