Skip to content

Commit 3959fe0

Browse files
authored
Update index.html
1 parent 00395c5 commit 3959fe0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ <h2>📝 Editor</h2>
3636
draw.append(x => pix(x, primes));
3737
draw.append(x => ceil(x / ln(x)));
3838
draw.append(x => floor(li(x)));
39+
draw.append(x => ceil(x / ln(x) + x / pow(ln(x), 2)));
3940

4041
/*for (let i = 0; i < primes.length / 100; i++) {
4142
const p = primes[i];

0 commit comments

Comments
 (0)