From c3c5968749a7b74f0365018869cd33e97c3dabd6 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 7 Jan 2023 20:32:59 -0800 Subject: [PATCH] experimenting with fixed-point log lookup table probably won't be enough precision to work with at a size that fits in memory :D --- silly.js => fixed.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename silly.js => fixed.js (100%) diff --git a/silly.js b/fixed.js similarity index 100% rename from silly.js rename to fixed.js