From da293bd14bdcbac3335da924e5b0e6eafc977842 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Sun, 22 Dec 2024 10:53:54 -0800 Subject: [PATCH] Formatting. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
` })()