ex3.08

command
v0.0.0-...-8cd4330 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 28, 2018 License: MIT Imports: 10 Imported by: 0

README

Exercise 3.8 (P63)

Rendering fractals at high zoom levels demands great arithmetic precision. Implement the same fractal using four different representations of numbers: complex64, complex128, big.Float, and big.Rat. (The latter two types are found in the math/big package. Float uses arbitrary but bounded-precision floating-point; Rat uses unbounded-precision rational numbers) How do theycompare in performance and memory usage? At what zoom levels do rendering artifacts become visible?

Documentation

Overview

Mandelbrot emits a PNG image of the Mandelbrot fractal.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL