1 parent 00395c5 commit 3959fe0Copy full SHA for 3959fe0
1 file changed
index.html
@@ -36,6 +36,7 @@ <h2>📝 Editor</h2>
36
draw.append(x => pix(x, primes));
37
draw.append(x => ceil(x / ln(x)));
38
draw.append(x => floor(li(x)));
39
+draw.append(x => ceil(x / ln(x) + x / pow(ln(x), 2)));
40
41
/*for (let i = 0; i < primes.length / 100; i++) {
42
const p = primes[i];
0 commit comments