smallest-multiple-rejects-floats

Status: IN

`smallest_multiple(6.0)` raises `ValueError` because the `isinstance(n, int)` check excludes float types even when mathematically equivalent

Source: entries/2026/06/06/smallest-even-multiple-solution.md

JSON