chapter03/

directory
v0.0.0-...-4489971 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: MIT

Directories

Path Synopsis
Ch03ex01 modifies surface to skip invalid polgyons.
Ch03ex01 modifies surface to skip invalid polgyons.
Ch03ex02 modifies surface to produce different surfaces.
Ch03ex02 modifies surface to produce different surfaces.
Ch03ex03 modifies surface to colour peaks red and valleys blue.
Ch03ex03 modifies surface to colour peaks red and valleys blue.
Ch03ex04 provides a web server that computes sufaces and writes SVG data to the client.
Ch03ex04 provides a web server that computes sufaces and writes SVG data to the client.
Ch03ex05 generates a full-colour mandelbrot set using interpolated rainbow colours.
Ch03ex05 generates a full-colour mandelbrot set using interpolated rainbow colours.
Ch03ex06 generates a full-colour mandelbrot set with supersampling.
Ch03ex06 generates a full-colour mandelbrot set with supersampling.
Ch03ex07 generates a Newton fractal for z^4 - 1 = 0 with supersampling.
Ch03ex07 generates a Newton fractal for z^4 - 1 = 0 with supersampling.
ch03ex08
bigFloat
BigFloat renders the Mandelbrot fractal using math/big.Float.
BigFloat renders the Mandelbrot fractal using math/big.Float.
bigRat
BigRat renders the Mandelbrot fractal using math/big.Rat.
BigRat renders the Mandelbrot fractal using math/big.Rat.
complex128
Complex128 renders the Mandelbrot fractal using complex128.
Complex128 renders the Mandelbrot fractal using complex128.
complex64
Complex64 renders the Mandelbrot fractal using complex64.
Complex64 renders the Mandelbrot fractal using complex64.
Ch03ex09 implements a web server that renders fractals and writes image data to client.
Ch03ex09 implements a web server that renders fractals and writes image data to client.
Ch03ex10 is a non-recursive version of comma using bytes.Buffer instead of string concatenation.
Ch03ex10 is a non-recursive version of comma using bytes.Buffer instead of string concatenation.
Ch03ex11 extends comma to work with floating-point numbers and an optional sign.
Ch03ex11 extends comma to work with floating-point numbers and an optional sign.
Ch03ex12 tests whether two strings are anagrams of each other.
Ch03ex12 tests whether two strings are anagrams of each other.
Ch03ex13 declares constants for KB, MB etc.
Ch03ex13 declares constants for KB, MB etc.

Jump to

Keyboard shortcuts

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