pivot-integer-isqrt-not-sqrt

Status: IN

`find_pivot` uses `math.isqrt` (integer square root) instead of `math.sqrt` to avoid floating-point precision bugs that surface with `int(math.sqrt(n))` for large perfect squares.

Source: entries/2026/06/06/find-the-pivot-integer-solution.md

Depended on by

JSON