Compare commits
2 Commits
0b1d956ee5
...
14b640b2e3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14b640b2e3 | ||
|
|
8a871e935b |
@@ -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>
|
||||
|
||||
@@ -3,6 +3,10 @@
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
figure {
|
||||
margin: 1vw;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
background-color: black;
|
||||
|
||||
Reference in New Issue
Block a user