This commit is contained in:
2024-11-17 21:34:32 -05:00
parent f26afcccf9
commit b46993bd51
3 changed files with 179 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// Hint: try increasing the iteration count
const iterations = 10000;
// Hint: negating `x` and `y` also creates some interesting images
// Hint: negating `x` and `y` creates some interesting images
const functions = [
(x, y) => [x / 2, y / 2],
(x, y) => [(x + 1) / 2, y / 2],