Toby Howard 🇺🇦🇪🇺さんのプロフィール画像

Toby Howard 🇺🇦🇪🇺さんのイラストまとめ


Early-retired Computer Science academic. EU re-joiner. 🎸 🚲 📖 📷 🎥 📺 🇯🇵 日本語, prog ♫, cruciverbalism, WikiGnoming. Order/magnitude vary.
cs.man.ac.uk/~toby/

フォロー数:259 フォロワー数:570

Optimistic fractal for miserable times. z=z*sin(z)+c on even iterations; z=z*tan(z)+c on odd iterations.

1 16

Stargate fractal. z = (z^2+c)/(z^2-c), glitching zr=1/zi and zi=1/zr after each iteration.

1 2

Emerald fractal. z = z^2 + c, glitching zr=log(|zi|) and zi=log(|zr|) after each iteration.

1 3

z=z^4 + k, where k=c if |z|<|c|, -c if |z|>|c|, or 0 if |z| and |c| are floating-point equal-ish. Inspired by https://t.co/t5kzbjCf3Z.

4 9