isqrt-over-sqrt-for-exactness

Status: IN

`isThreeDivisors` uses `math.isqrt` instead of `int(math.sqrt(n))` to avoid floating-point rounding errors in the perfect-square test; `isqrt` returns the exact integer square root.

Source: entries/2026/06/06/three-divisors-solution.md

JSON