Compare commits

...

2 Commits

Author SHA1 Message Date
filifa
14b640b2e3 set margin on figures 2026-04-15 20:39:04 -04:00
filifa
8a871e935b add missing tag 2026-04-15 20:26:19 -04:00
2 changed files with 5 additions and 1 deletions

View File

@@ -29,7 +29,7 @@
particular, a segmented version can be implemented to limit memory
usage.</p>
Furthermore, a similar approach can be used to "sieve" the values of
<p>Furthermore, a similar approach can be used to "sieve" the values of
<a href="https://en.wikipedia.org/wiki/Multiplicative_function">multiplicative functions</a>.
For instance,
<a href="https://cp-algorithms.com/algebra/phi-function.html">this page</a>

View File

@@ -3,6 +3,10 @@
overflow-y: hidden;
}
figure {
margin: 1vw;
}
pre {
overflow: auto;
background-color: black;