From: Chris Duncan Date: Sun, 22 Dec 2024 18:53:54 +0000 (-0800) Subject: Formatting. X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=da293bd14bdcbac3335da924e5b0e6eafc977842;p=libnemo.git Formatting. --- diff --git a/index.html b/index.html index 698fbd0..b40f90f 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@ t.innerHTML = `Total: ${sum} ms
Average: ${sum / count} ms
Harmonic: ${count / reciprocals} ms
-Geometric: ${Math.pow(product, 1 / count)} ms` +Geometric: ${Math.pow(product, 1 / count)} ms
` })()