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
|
particular, a segmented version can be implemented to limit memory
|
||||||
usage.</p>
|
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>.
|
<a href="https://en.wikipedia.org/wiki/Multiplicative_function">multiplicative functions</a>.
|
||||||
For instance,
|
For instance,
|
||||||
<a href="https://cp-algorithms.com/algebra/phi-function.html">this page</a>
|
<a href="https://cp-algorithms.com/algebra/phi-function.html">this page</a>
|
||||||
|
|||||||
@@ -3,6 +3,10 @@
|
|||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figure {
|
||||||
|
margin: 1vw;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
|||||||
Reference in New Issue
Block a user