diff --git a/content/number-theory/PointsUnderLine.h b/content/number-theory/PointsUnderLine.h index 62529a347..3f5309dd8 100644 --- a/content/number-theory/PointsUnderLine.h +++ b/content/number-theory/PointsUnderLine.h @@ -8,7 +8,7 @@ * $x, y > 0$, and \texttt{g} returns the number of lattice * points $(x, y)$ such that $ax + by \leq c$, $0 < x \leq X$ * and $0 < y \leq Y$. - * Status: untested + * Status: stress-tested */ #pragma once