add missing tag

This commit is contained in:
filifa
2026-04-15 20:26:19 -04:00
parent 0b1d956ee5
commit 8a871e935b

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>