summaryrefslogtreecommitdiff
path: root/bundle.js
diff options
context:
space:
mode:
authorjulian laplace <julescarbon@gmail.com>2025-07-05 21:05:33 +0200
committerjulian laplace <julescarbon@gmail.com>2025-07-05 21:05:33 +0200
commitc7ac66d10cb0040544ff840e38b0b8e23a6b8866 (patch)
treeaaf6a0db5260770b36ee313853a60b2f67e75592 /bundle.js
parent8b164eaca0870879129592790ac0d596f38538fc (diff)
scale modes
Diffstat (limited to 'bundle.js')
-rw-r--r--bundle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle.js b/bundle.js
index 6f72437..9d80822 100644
--- a/bundle.js
+++ b/bundle.js
@@ -23334,7 +23334,7 @@ function add(i, j) {
break;
case 3:
a = _primes.PRIMES[i];
- b = _primes.PRIMES[i + j + 1];
+ b = _primes.PRIMES[j];
break;
case 0:
default: